[issue1518] Fast globals/builtins access (patch)

Antoine Pitrou report at bugs.python.org
Wed Mar 17 18:36:35 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

There probably isn't any point in such a complication, until perhaps we have a JIT that magnifies the improvement.
(but I assume the JIT will be able to treat references to globals and builtins as "frozen" using its own logic)

----------

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


More information about the Python-bugs-list mailing list