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 barry
Recipients Mark.Shannon, barry, brandtbucher
Date 2022-01-28.00:56:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643331399.88.0.212195905159.issue46528@roundup.psfhosted.org>
In-reply-to
Content
IIRC, Carl got a lot of benefit out of reordering the opcodes in the main loop to put the most common ones at the top.  I don't know if that is still relevant or whether computed gotos, when enabled, change that calculus.
History
Date User Action Args
2022-01-28 00:56:39barrysetrecipients: + barry, Mark.Shannon, brandtbucher
2022-01-28 00:56:39barrysetmessageid: <1643331399.88.0.212195905159.issue46528@roundup.psfhosted.org>
2022-01-28 00:56:39barrylinkissue46528 messages
2022-01-28 00:56:39barrycreate