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 vstinner
Recipients Jeremy.Hylton, Trundle, alex, benjamin.peterson, brett.cannon, daniel.urban, dmalcolm, eltoder, eric.snow, georg.brandl, gregory.p.smith, jcon, mark.dickinson, meador.inge, nadeem.vawda, ncoghlan, pitrou, rhettinger, santoso.wijaya, techtonik, terry.reedy, vstinner
Date 2012-09-05.23:48:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346888930.58.0.651096483033.issue11549@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on a AST optimizer for Python 2.6-3.3:
https://bitbucket.org/haypo/astoptimizer

It is implemented in Python and is able to optimize much more cases than the current bytecode peepholer.
History
Date User Action Args
2012-09-05 23:48:50vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, rhettinger, terry.reedy, gregory.p.smith, mark.dickinson, ncoghlan, pitrou, techtonik, nadeem.vawda, benjamin.peterson, alex, Trundle, dmalcolm, meador.inge, daniel.urban, Jeremy.Hylton, santoso.wijaya, eltoder, eric.snow, jcon
2012-09-05 23:48:50vstinnersetmessageid: <1346888930.58.0.651096483033.issue11549@psf.upfronthosting.co.za>
2012-09-05 23:48:50vstinnerlinkissue11549 messages
2012-09-05 23:48:49vstinnercreate