[issue27097] ceval: Wordcode follow up, explicit unsigned short read

Serhiy Storchaka report at bugs.python.org
Tue May 24 23:51:01 EDT 2016


Serhiy Storchaka added the comment:

Hmm, don't know why my patch was not uploaded first time. It contained exactly what Victor said. Yes, we need to multiply or divide by 2 when convert from pointer difference to byte offset, but this doesn't affect performance. I think the next step is the change of the meaning of jump offsets and instruction numbers.

----------
Added file: http://bugs.python.org/file42980/ushort2.patch

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


More information about the Python-bugs-list mailing list