This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients belopolsky, benjamin.peterson, dmalcolm, jhylton, nnorwitz, rhettinger, sdahlbac, thomaslee, titanstar
Date 2010-11-05.21:55:43
SpamBayes Score 0.00084455777
Marked as misclassified No
Message-id <1288994148.33.0.0286429364653.issue1346238@psf.upfronthosting.co.za>
In-reply-to
Content
David, it would be great if an optional AST optimization pass could do something that we don't already have (perhaps, loop invariant code motion when python is called with -OO or somesuch).  The AST tree makes it possible for the first time to provide some non-trivial optimizations, so aim high.
History
Date User Action Args
2010-11-05 21:55:48rhettingersetrecipients: + rhettinger, jhylton, nnorwitz, belopolsky, sdahlbac, titanstar, thomaslee, benjamin.peterson, dmalcolm
2010-11-05 21:55:48rhettingersetmessageid: <1288994148.33.0.0286429364653.issue1346238@psf.upfronthosting.co.za>
2010-11-05 21:55:43rhettingerlinkissue1346238 messages
2010-11-05 21:55:43rhettingercreate