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 belopolsky
Recipients belopolsky, georg.brandl, georg.brandl, nnorwitz, rhettinger, sdahlbac, titanstar
Date 2008-03-28.18:55:55
SpamBayes Score 0.0055986564
Marked as misclassified No
Message-id <1206730556.96.0.975900455056.issue1346238@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond wrote in his recent response on issue2499 (a patch that adds
unary '+' and 'not' folding to peephole optimizer):

"""
 More importantly, we decided that the peepholer is the wrong place to 
do much of this work.  Most of the peepholer is going to be migrated 
up the chain, after the AST is generated, but before the opcodes are 
generated.  That is a faster, more reliable, and more general 
approach.
""" (See msg64618.)

This looks like the relevant patch.  I would like to take a look at the
patch, but since it is more than 2 years old, maybe someone has an
updated version.  Please advise.
History
Date User Action Args
2008-03-28 18:55:57belopolskysetspambayes_score: 0.00559866 -> 0.0055986564
recipients: + belopolsky, nnorwitz, georg.brandl, rhettinger, birkenfeld, sdahlbac, titanstar
2008-03-28 18:55:57belopolskysetspambayes_score: 0.00559866 -> 0.00559866
messageid: <1206730556.96.0.975900455056.issue1346238@psf.upfronthosting.co.za>
2008-03-28 18:55:56belopolskylinkissue1346238 messages
2008-03-28 18:55:55belopolskycreate