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 BTaskaya, Guido.van.Rossum, Johan Dahlin, Mark.Shannon, barry, bismatrimony, corona10, gvanrossum, kj, methane, nascheme, pablogsal, yselivanov
Date 2021-10-20.16:28:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634747295.32.0.165126484203.issue42115@roundup.psfhosted.org>
In-reply-to
Content
For future reference, the following opcodes specialized via the PEP 659 specializing adaptive interpreter:

- LOAD_GLOBAL Issue44338
- LOAD_ATTR Issue44337
- STORE_ATTR Issue44826 (2% faster pyperformance)
- BINARY_SUBSCR Issue26280 (2% faster pyperformance)
- LOAD_METHOD Issue44889 (2% faster pyperformance)
- CALL_FUNCTION Issue44525 (2% faster pyperformance)
- BINARY_ADD Issue44945 (1% faster pyperformance)
- BINARY_MULTIPLY Issue45367 (10% faster nbody, 0% faster pyperformance)

Combined instructions:
Issue44900 (2% faster pyperformance)
History
Date User Action Args
2021-10-20 16:28:15kjsetrecipients: + kj, gvanrossum, barry, nascheme, methane, Mark.Shannon, yselivanov, Guido.van.Rossum, corona10, pablogsal, Johan Dahlin, BTaskaya, bismatrimony
2021-10-20 16:28:15kjsetmessageid: <1634747295.32.0.165126484203.issue42115@roundup.psfhosted.org>
2021-10-20 16:28:15kjlinkissue42115 messages
2021-10-20 16:28:15kjcreate