[issue37774] Micro-optimize vectorcall using PY_LIKELY

Jeroen Demeyer report at bugs.python.org
Tue Aug 13 10:44:35 EDT 2019


Jeroen Demeyer <jeroen.k.demeyer at gmail.com> added the comment:

I claim that adding Py_LIKELY/Py_UNLIKELY will reduce the performance randomness of non-PGO builds. So it would be strange to use that randomness as an argument *against* this patch.

----------

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


More information about the Python-bugs-list mailing list