Can you elaborate about this new model? I remember reading in this list that 
PyPy-JIT would not work with greenlet because of how greentlet manipulated the 
C stack and there wasn't any easy solution. What has changed?

So will PyPy JIT work with gevent which is based on libevent (and soon to be 
libev)? Any target release date?


________________________________

So far PyPy cannot even *have* a JIT together with Stackless Python
features like greenlets, but this is going to change soon; in this
next model, PyPy's JIT will not work across greenlets, but will
happily JIT every single greenlet individually.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to