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 Mark.Shannon, pablogsal, rhettinger
Date 2019-12-29.21:32:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
When COMPARE_OP occurs in a loop, the dispatch tends to be branch predictable. So there may not be real-world performance benefit to splitting the opcodes.
History
Date User Action Args
2019-12-29 21:32:14rhettingersetrecipients: + rhettinger, Mark.Shannon, pablogsal
2019-12-29 21:32:14rhettingersetmessageid: <[email protected]>
2019-12-29 21:32:14rhettingerlinkissue39156 messages
2019-12-29 21:32:14rhettingercreate