[issue28158] Implement LOAD_GLOBAL opcode cache

Yury Selivanov report at bugs.python.org
Mon Dec 19 11:14:50 EST 2016


Yury Selivanov added the comment:

> As far as I look quickly, #10401 uses namei as cache key
and this patch uses opcode index as cache key, am I right?

Correct.  Actually, if you don't mind, I'd like to update the patch myself. I have a few ideas how to restructure it and add support for LOAD_ATTR.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28158>
_______________________________________


More information about the Python-bugs-list mailing list