Serhiy Storchaka added the comment:

There is too much magic in ceval_cache.h. Since the patch adds caching only for 
the LOAD_GLOBAL opcode, it would much clearer if write functions only for the 
LOAD_GLOBAL opcode, without multilayer macros.

What will happen if there more than 255 LOAD_GLOBALs. Wouldn't 256th 
LOAD_GLOBAL return incorrect cached value for the the LOAD_GLOBAL (with index 
0)?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28158>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to