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**


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to