[issue37752] Redundant Py_CHARMASK called in some files

Ma Lin report at bugs.python.org
Tue Aug 6 04:01:26 EDT 2019


Ma Lin <malincns at 163.com> added the comment:

VC2017 optimizes multiple `unsigned char)((c) & 0xff` to a single `movzx` operation, maybe other compilers do it as well.
If so, there will be no performance changes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37752>
_______________________________________


More information about the Python-bugs-list mailing list