[issue28618] Decorate hot functions using __attribute__((hot)) to optimize Python

Antoine Pitrou report at bugs.python.org
Sat Nov 5 05:59:20 EDT 2016


Antoine Pitrou added the comment:

Can you compare against a PGO build? Ubuntu 14.04 is old, and I don't think this is something we should worry about.

Overall I think this manual approach is really the wrong way to look at it. Compilers can do better than us.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28618>
_______________________________________


More information about the Python-bugs-list mailing list