[issue25823] Speed-up oparg decoding on little-endian machines

Antoine Pitrou report at bugs.python.org
Sat Dec 12 06:14:23 EST 2015


Antoine Pitrou added the comment:

Or just bite the bullet and make all opcodes 16-bit (and make sure the bytecode string is aligned ;-)).

Still, someone ought to run the benchmarks suite on this. Tuple-unpacking nano-benchmarks are not very enlightening ;-)

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list