On 15 Nov, 05:21, Steven D'Aprano <st...@remove-this-
cybersource.com.au> wrote:

> Psyco does JIT compilation to machine-code for CPython, at the cost of
> much extra memory. It's also limited to 32-bit Intel processors. The aim
> of the PyPy project is to (eventually) make JIT machine-code compilation
> available to any Python, on any machine.

Who wants a JIT when it's orders of magnitude slower than interpreted
Python?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to