Hi Carl, On Thu, Apr 07, 2005 at 12:37:20AM +0200, [EMAIL PROTECTED] wrote: > * The code generator tries to avoid creating empty blocks.
There is already code in simplify.py that should remove empty blocks and perform other similar simplifications. I guess it needs to be called again after the annotator's "a.simplify()", which might remove some operations and thus make new blocks empty. Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
