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 methane
Recipients Mark.Shannon, brandtbucher, erlendaasland, methane, vstinner
Date 2021-05-25.08:09:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621930191.08.0.781915454179.issue44206@roundup.psfhosted.org>
In-reply-to
Content
For class dict, there is a method cache.
For instance dict, there is a LOAD_ATTR optimization.
https://github.com/python/cpython/blob/b11a951f16f0603d98de24fee5c023df83ea552c/Python/ceval.c#L3458

So I want to see the performance gain of the optimization using dk_version before adding dk_version.

Additionally, I am not sure why 32bit is enough for dk_version. It is another reason I want to see the optimization before adding dk_version.
History
Date User Action Args
2021-05-25 08:09:51methanesetrecipients: + methane, vstinner, Mark.Shannon, brandtbucher, erlendaasland
2021-05-25 08:09:51methanesetmessageid: <1621930191.08.0.781915454179.issue44206@roundup.psfhosted.org>
2021-05-25 08:09:51methanelinkissue44206 messages
2021-05-25 08:09:50methanecreate