Python & Go

sturlamolden sturlamolden at yahoo.no
Sun Nov 15 23:10:06 EST 2009


On 15 Nov, 05:21, Steven D'Aprano <st... at 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?




More information about the Python-list mailing list