[pypy-issue] Issue #3148: environment variable flag to disable JIT (pypy/pypy)

Bernat Gabor issues-reply at bitbucket.org
Thu Jan 9 04:46:58 EST 2020


New issue 3148: environment variable flag to disable JIT
https://bitbucket.org/pypy/pypy/issues/3148/environment-variable-flag-to-disable-jit

Bernat Gabor:

_PyPy can be a lot slower for short-lived interpreter runs than CPython. In such cases disabling the JIT might help a bit. This is now possible via --jit off, however, this does not scale well if you don’t know if your target python is either CPython or PyPy. Adding an environment flag to turn off the JIT might allow one to work around this issue._

‌

PS. Initially proposed in a discussion with @**Ronan Lamy**




More information about the pypy-issue mailing list