Re: JIT (just-in-tme accelerator) for Python - exists or no?

2007-02-22 Thread Daniel Nogradi
> Or is any progress going on now? > > The JIT in MATLAB or Java seems to be very effective. This document describes the JIT situation in pypy: http://codespeak.net/pypy/dist/pypy/doc/jit.txt -- http://mail.python.org/mailman/listinfo/python-list

Re: JIT (just-in-tme accelerator) for Python - exists or no?

2007-02-22 Thread bearophileHUGS
On Feb 22, 7:04 pm, [EMAIL PROTECTED] wrote: > Or is any progress going on now? > The JIT in MATLAB or Java seems to be very effective. Have you tried Psyco? Other progress is probably in the PyPy field too. Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list

JIT (just-in-tme accelerator) for Python - exists or no?

2007-02-22 Thread openopt
Or is any progress going on now? The JIT in MATLAB or Java seems to be very effective. -- http://mail.python.org/mailman/listinfo/python-list