Hi,

2012/5/24 Timothy Baldridge <[email protected]>

> 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
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to