You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Remove the need for having one of `PYTHONJIT{,ALL,AUTO,LISTFILE}` defined to use
the JIT. It is now unconditionally initialized. As long as the application has
`cinderx` as a dependency, it can call `cinderx.jit.force_compile()` to
JIT-compile functions.
Having `cinderx` automatically compile code still requires applying one of
`PYTHONJIT{AUTO,ALL,LISTFILE}` to the environment before running the binary, or
calling `cinderx.jit.{append,read}_jit_list()` at runtime.
`cinderx.jit.enable()` does not yet allow the user to specify the JitAuto
threshold or to enable JitAll mode, that will come later.
Reviewed By: DinoV
Differential Revision: D80621511
fbshipit-source-id: b64d17cecee7855369fbe3528a6194644de21a1f
0 commit comments