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.
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to