[issue45116] Performance regression 3.10b1 and later on Windows: Py_DECREF() not inlined in PGO build

STINNER Victor report at bugs.python.org
Fri Sep 17 17:32:04 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

I created a draft PR to mark functions like Py_INCREF() and Py_IS_TYPE() with __forceinline: PR 28427.

----------

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


More information about the Python-bugs-list mailing list