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 kj
Recipients Mark.Shannon, kj
Date 2021-10-20.10:43:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634726584.51.0.486492342521.issue45527@roundup.psfhosted.org>
In-reply-to
Content
Strong +1 from me.

Not to mention some instructions don't even need to read the _PyAdaptiveEntry apart from recording cache hits, so that's one more dependent load and store too.

Extremely cheap instructions off the top of my head:
- BINARY_SUBSCR
- LOAD_METHOD
- LOAD_GLOBAL
- LOAD_ATTR
History
Date User Action Args
2021-10-20 10:43:04kjsetrecipients: + kj, Mark.Shannon
2021-10-20 10:43:04kjsetmessageid: <1634726584.51.0.486492342521.issue45527@roundup.psfhosted.org>
2021-10-20 10:43:04kjlinkissue45527 messages
2021-10-20 10:43:04kjcreate