[issue26219] implement per-opcode cache in ceval

Mark Shannon report at bugs.python.org
Mon Oct 7 08:25:18 EDT 2019


Mark Shannon <mark at hotpy.org> added the comment:

"What's new in Python 3.8" says that this change speeds up the LOAD_GLOBAL opcode by 40%.
That seems meaningless as a program cannot have LOAD_GLOBAL in isolation so any test would have other bytecodes as well.

What's the evidence for the claimed speedup?
What's the speedup on the benchmark suite?

----------
nosy: +Mark.Shannon

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


More information about the Python-bugs-list mailing list