[issue35059] Convert Py_INCREF() and PyObject_INIT() to inlined functions

Pablo Galindo Salgado report at bugs.python.org
Fri Nov 9 10:48:27 EST 2018


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

I am collecting information on how different compilers behave with the `static inline`. I am checking the following compilers:

ARM GCC
AVR GCC
CLANG X86_64
CLANG RISC-V
ELLCC
GCC X86_64
ICC x86_64
MIPS GCC
MSP GCC
POWERPC GCC
AIX Compiler (xlc)
SunPro Compilers

will report back when I have enough information on these.

----------
nosy: +pablogsal

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


More information about the Python-bugs-list mailing list