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 belopolsky, mark.dickinson, serprex
Date 2010-07-05.01:03:09
SpamBayes Score 0.013176291
Marked as misclassified No
Message-id <1278291791.3.0.00326656861804.issue9155@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached the original patch without whitespace, and am also including modifications to this portion of the interpreter which remove ROT_FOUR, DUP_TOPX while adding ROT_THREE_TWO, DUP_TOP_TWO, DUP_ROT_THREE. I've seen a 4% speed increase with timeit.Timer("a[0]+=0","a=[0]")

Also modified the optimizer to reject code with a size over 32767 instead of 32760. That's most likely a useless modification which may be preferred ignored
History
Date User Action Args
2010-07-05 11:50:09eric.araujounlinkissue9155 messages
2010-07-05 01:03:12serprexsetrecipients: + serprex, mark.dickinson, belopolsky
2010-07-05 01:03:11serprexsetmessageid: <1278291791.3.0.00326656861804.issue9155@psf.upfronthosting.co.za>
2010-07-05 01:03:09serprexlinkissue9155 messages
2010-07-05 01:03:09serprexcreate