[pypy-dev] Interactive Translation and JIT

Armin Rigo arigo at tunes.org
Fri Jul 9 09:47:19 CEST 2010


Re-hi,

On Fri, Jul 09, 2010 at 09:43:51AM +0200, Armin Rigo wrote:
> You need to run translate.py as described e.g. here:

... or to use pypy/jit/tl/pypyjit.py for a quick test of the JIT running
on top of PyPy -- although you won't get any assembler, but only the
so-called 'llgraph' backend, which emulates assembler by hand using
higher-level type-safe operations.  (It should be possible in theory to
tweak pypyjit.py to really use the x86 backend.)


A bientot,

Armin.



More information about the Pypy-dev mailing list