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, lpd, rhettinger
Date 2010-08-22.01:24:00
SpamBayes Score 0.009214337
Marked as misclassified No
Message-id <1282440242.84.0.935682960102.issue2268@psf.upfronthosting.co.za>
In-reply-to
Content
The was a nice attempt at a peephole optimization.

I'm rejecting it because:
* too many other things need to be changed to support it
* the measured win is somewhat small
* we have a negative bias towards expanding the peephole optimizer
* the AST may be a better place to do these kind of optimizations
History
Date User Action Args
2010-08-22 01:24:02rhettingersetrecipients: + rhettinger, lpd, belopolsky
2010-08-22 01:24:02rhettingersetmessageid: <1282440242.84.0.935682960102.issue2268@psf.upfronthosting.co.za>
2010-08-22 01:24:01rhettingerlinkissue2268 messages
2010-08-22 01:24:00rhettingercreate