[pypy-dev] pypy1.6 slow on string-heavy ops

Andy angelflow at yahoo.com
Fri Aug 19 17:48:27 CEST 2011


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 at python.org
http://mail.python.org/mailman/listinfo/pypy-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20110819/d0a7ee35/attachment.html>


More information about the pypy-dev mailing list