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 doublep
Recipients
Date 2007-08-01.21:52:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I have made first stab at this.  It shows about 2% speedup on pystone, even though peephole optimizer does no related optimizations for new bytecodes yet.

Note that having separate entries in ceval.c's switch() for the new bytecodes is essential.  Perhaps because they are also used for prediction, not sure.

File Added: new-bytecodes.diff
History
Date User Action Args
2007-08-23 16:12:57adminlinkissue1764638 messages
2007-08-23 16:12:57admincreate