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

Mark Dickinson report at bugs.python.org
Tue Dec 8 10:58:51 EST 2015


Mark Dickinson added the comment:

Hmm. Doesn't this introduce undefined behaviour? The new code looks like a violation of the strict aliasing rule. (Or do we compile with `-fno-strict-aliasing` or the like?)

----------

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


More information about the Python-bugs-list mailing list