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 Trundle, alex, benjamin.peterson, brett.cannon, daniel.urban, dmalcolm, eltoder, georg.brandl, mark.dickinson, nadeem.vawda, ncoghlan, pitrou, rhettinger, santoso.wijaya, techtonik, terry.reedy
Date 2011-06-07.05:53:32
SpamBayes Score 5.9310514e-06
Marked as misclassified No
Message-id <1307426013.9.0.544131561376.issue11549@psf.upfronthosting.co.za>
In-reply-to
Content
Updated the title to reflect that the peephole optimizer will likely continue to exist but in a much simpler form.  Some complex peephole optimization such as constant folding can be handled more easily and more robustly at the AST level.

Other minor peephole optimizations such as jump-to-jump simplification as still bytecode level optimizations (ones that improve the quality of the generated code without visibility to higher level semantics).
History
Date User Action Args
2011-06-07 05:53:33rhettingersetrecipients: + rhettinger, brett.cannon, georg.brandl, terry.reedy, mark.dickinson, ncoghlan, pitrou, techtonik, nadeem.vawda, benjamin.peterson, alex, Trundle, dmalcolm, daniel.urban, santoso.wijaya, eltoder
2011-06-07 05:53:33rhettingersetmessageid: <1307426013.9.0.544131561376.issue11549@psf.upfronthosting.co.za>
2011-06-07 05:53:33rhettingerlinkissue11549 messages
2011-06-07 05:53:32rhettingercreate