[pypy-dev] Interactive Translation and JIT

Armin Rigo arigo at tunes.org
Fri Jul 9 09:43:51 CEST 2010


Hi Brett,

On Thu, Jul 08, 2010 at 07:08:19PM -0700, Hart's Antler wrote:
> I'm using Jason Creighton branch, and i am trying to test the JIT from
> interactive translation.  Is it now allowed? I'm getting this error:
> NotImplementedError: --gcrootfinder=asmgcc requires standalone

Indeed, it is not allowed.  As far as I know, the interactive
translation does not support making standalone programs.  You need to
run translate.py as described e.g. here:

http://codespeak.net/pypy/dist/pypy/doc/getting-started-python.html#translating-the-pypy-python-interpreter


A bientot,

Armin.



More information about the Pypy-dev mailing list