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 yselivanov
Recipients Mark.Shannon, methane, nascheme, pablogsal, vstinner, yselivanov
Date 2020-10-22.05:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603344590.31.0.960684579992.issue42115@roundup.psfhosted.org>
In-reply-to
Content
> Imagine that we have a secondary copy of the bytecode in the cache inside the code object and we mutate that instead. The key difference with the current cache infrastructure is that we don't accumulate all the optimizations on the same opcode, which can be very verbose. Instead, we change the generic opcode to a more specialised to optimize and we change it back to deoptimize.

Yeah, I follow. As long as we keep the original list of opcodes we're good ;)
History
Date User Action Args
2020-10-22 05:29:50yselivanovsetrecipients: + yselivanov, nascheme, vstinner, methane, Mark.Shannon, pablogsal
2020-10-22 05:29:50yselivanovsetmessageid: <1603344590.31.0.960684579992.issue42115@roundup.psfhosted.org>
2020-10-22 05:29:50yselivanovlinkissue42115 messages
2020-10-22 05:29:50yselivanovcreate