[issue26647] ceval: use Wordcode, 16-bit bytecode

STINNER Victor report at bugs.python.org
Wed Apr 13 10:50:31 EDT 2016


STINNER Victor added the comment:

Demur Rumed: Is the peephole optimizer able to emit *two* EXTENDED_ARG for jump larger than 16 bits? Currently, it only has to retry once to add EXTENDED_ARG if a jump is larger than 16 bits (to use 32-bit jump offset).

----------

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


More information about the Python-bugs-list mailing list