[pypy-dev] Faster PyPy translation (for debugging)

Amaury Forgeot d'Arc amauryfa at gmail.com
Thu May 24 13:41:55 CEST 2012


Hi,

2012/5/24 Timothy Baldridge <tbaldridge at gmail.com>

> pypy translate.py --opt=0 targetpypystandalone.py
>
> On my machine that takes about 800sec before it starts rtyping my
> module. Are there some better options I can use if I simply want to
> make sure that my module will fit into the PyPy typesystem?
>

I often add the options
    --no-allworkingmodules --withmod-MYMODULE
(after the target name)
to remove modules not strictly necessary to the Python interpreter.

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120524/28344ec3/attachment.html>


More information about the pypy-dev mailing list