[pypy-dev] Translating just the parser for JVM [was: Faster PyPy translation (for debugging)]

Philip Jenvey pjenvey at underboss.org
Fri May 25 01:07:53 CEST 2012


On May 24, 2012, at 10:08 AM, Antonio Cuni wrote:

> Hello Michal,
> 
> On 05/24/2012 06:31 PM, Michal Bendowski wrote:
>> Just two add my two cents: I made the JVM backend translate the
>> standard interpreter in the jvm-improvements branch a few months ago
>> (just a few changes). The branch has been closed though and I had a
>> busy time so I didn't do anything about it.
> 
> the branch has been merged, IIRC. Last time I tried, basic translation to jvm
> worked. However, we never set up a nighlt translation, so things might have
> broken in the meantime :-(

You probably still have to force translation in 32 bit mode. e.g. on OS X:

arch -i386 python translate.py etc

--
Philip Jenvey


More information about the pypy-dev mailing list