[issue28158] Implement LOAD_GLOBAL opcode cache

Antti Haapala report at bugs.python.org
Fri Sep 16 07:49:06 EDT 2016


Antti Haapala added the comment:

I wouldn't actually consider the builtin lookup speed almost at all, in all non-trivial applications the ratio of builtins to any other names will diminish; and if there is a tight loop, it is possible to always speed it up by `min = min` if you do not need to support monkey patching.

----------

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


More information about the Python-bugs-list mailing list