[issue17781] optimize compilation options

Matthias Klose report at bugs.python.org
Wed Apr 17 20:45:41 CEST 2013


Matthias Klose added the comment:

most of that can be attributed to the pgo build, which is upstream for a long time. the second thing to do is to build with lto, and see what speedups you get in addition. and it certainly helps to build the interpreter statically (without --enable-shared).

but thanks to confirming my own experience ;)

----------

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


More information about the Python-bugs-list mailing list