[issue11549] Rewrite peephole to work on AST

Terry J. Reedy report at bugs.python.org
Sat Mar 19 06:27:42 CET 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

A couple of somewhat related issues:
#10399 AST Optimization: inlining of function calls
#1346238 A constant folding optimization pass for the AST
Obviously, ast optimizers should work together and not duplicate.
Nice to see increased attention.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11549>
_______________________________________


More information about the Python-bugs-list mailing list