[issue5553] Py_LOCAL_INLINE(type) doesn't actually inline except using MSC
Antoine Pitrou
report at bugs.python.org
Thu Apr 29 02:01:46 CEST 2010
Antoine Pitrou <pitrou at free.fr> added the comment:
Py_LOCAL_INLINE is also not used a lot. Usually, the compiler will inline small static functions by itself. Most of the time, we used #defines rather than functions when we want to inline short snippets of code.
----------
nosy: +pitrou
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5553>
_______________________________________
More information about the Python-bugs-list
mailing list