<div class="gmail_extra"><br><div class="gmail_quote">2012/11/27 Guido van Rossum <span dir="ltr"><<a href="mailto:guido@python.org" target="_blank">guido@python.org</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Nevertheless the optimizer does crazy things to ceval.c. Trent, can you confirm you were debugging unoptimized code?</blockquote><div><br></div><div>ceval.c is always compiled with a lot of optimizations, even in "debug" mode,</div>
<div>because of the "#define PY_LOCAL_AGGRESSIVE" at the top of the file.</div><div><br></div><div>I sometimes had to remove this line to debug programs correctly.</div><div>OTOH the stack usage is much higher and some recursion tests will fail.</div>
<div><br></div></div>-- <br>Amaury Forgeot d'Arc<br>
</div>