[pypy-dev] possible flowgraph simplification?

Eric van Riet Paap eric at vanrietpaap.nl
Sat May 28 15:52:15 CEST 2005


Hi,

When this function gets annotated...

*def h(n):
    return not n*

An additional block is generated. Is this something that should/can be
avoided by the annotator?
If this is unavoidable I would like to dive a little in the annotator
simplifier to try to merge the blocks.

cheers
Eric



More information about the pypy-dev mailing list