[pypy-dev] Re: [pypy-svn] r10385 - in pypy/dist/pypy/translator/llvm: . test

Armin Rigo arigo at tunes.org
Thu Apr 7 14:41:14 CEST 2005


Hi Carl,

On Thu, Apr 07, 2005 at 12:37:20AM +0200, cfbolz at codespeak.net 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



More information about the Pypy-dev mailing list