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 serprex
Recipients serprex
Date 2010-07-11.18:49:37
SpamBayes Score 0.0043722
Marked as misclassified No
Message-id <1278874181.81.0.745105188712.issue9225@psf.upfronthosting.co.za>
In-reply-to
Content
DUP_TOPX(3) is never used, nor is ROT_FOUR. This patch removes the opcodes, replacing DUP_TOPX with DUP_TOP_TWO

Oddly, at least with pybench, use of PREDICT(BINARY_SUBSCR) in DUP_TOP_TWO seems to show an always right PREDICT as slower than FAST_DISPATCH
History
Date User Action Args
2010-07-11 18:49:41serprexsetrecipients: + serprex
2010-07-11 18:49:41serprexsetmessageid: <1278874181.81.0.745105188712.issue9225@psf.upfronthosting.co.za>
2010-07-11 18:49:39serprexlinkissue9225 messages
2010-07-11 18:49:39serprexcreate