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 doublep, rhettinger
Date 2008-05-31.04:52:49
SpamBayes Score 0.070172176
Marked as misclassified No
Message-id <1212209581.81.0.887154206689.issue1764087@psf.upfronthosting.co.za>
In-reply-to
Content
This was previously rejected for two reasons.  1) It provided almost no 
measureable speed-up (the code for LOAD_FAST and DUP_TOP is 
substantially the same, the only real difference is the time to fetch 
the oparg).  2) The optimization typically crosses lines of source 
code, making it difficult to follow in a trace or disassembly.
History
Date User Action Args
2008-05-31 04:53:03rhettingersetspambayes_score: 0.0701722 -> 0.070172176
recipients: + rhettinger, doublep
2008-05-31 04:53:02rhettingersetspambayes_score: 0.0701722 -> 0.0701722
messageid: <1212209581.81.0.887154206689.issue1764087@psf.upfronthosting.co.za>
2008-05-31 04:52:59rhettingerlinkissue1764087 messages
2008-05-31 04:52:57rhettingercreate