[issue28158] Implement LOAD_GLOBAL opcode cache

Yury Selivanov report at bugs.python.org
Thu Sep 15 02:40:40 EDT 2016


Yury Selivanov added the comment:

> Does this prolongate the lifetime of cached global objects?

No.  I store borrowed references.  The idea is that if the state of globals/builtins dict has changed, we invalidate the cache.

----------

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


More information about the Python-bugs-list mailing list