<div class="gmail_quote">Hi,</div><div class="gmail_quote"><br></div><div class="gmail_quote">2012/5/24 Timothy Baldridge <span dir="ltr">&lt;<a href="mailto:tbaldridge@gmail.com" target="_blank">tbaldridge@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">pypy translate.py --opt=0 targetpypystandalone.py<br>
<br>
On my machine that takes about 800sec before it starts rtyping my<br>
module. Are there some better options I can use if I simply want to<br>
make sure that my module will fit into the PyPy typesystem?<br></blockquote><div><br></div><div>I often add the options</div><div>    --no-allworkingmodules --withmod-MYMODULE</div><div>(after the target name)</div><div>
to remove modules not strictly necessary to the Python interpreter.</div><div><br></div></div>-- <br>Amaury Forgeot d&#39;Arc<br>