[issue26219] implement per-opcode cache in ceval

Inada Naoki report at bugs.python.org
Mon Jun 3 08:39:50 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

I committed cache only for LOAD_GLOBAL, which is much simpler than
LOAD_ATTR or LOAD_METHOD.

Caches for other instructions will be implemented 3.9 or later.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26219>
_______________________________________


More information about the Python-bugs-list mailing list