[issue26359] CPython build options for out-of-the box performance

STINNER Victor report at bugs.python.org
Wed Apr 13 15:23:04 EDT 2016


STINNER Victor added the comment:

Sorry, I don't understand this issue. I don't think that we need 3 flavors: debug, devel and release. We already have debug (--with-pydebug) and release, and IMHO debug is what developers should use.

I like the idea of using the best optimizers options *by default* for the release mode. In practice, I suggest to enable PGO *by default*.

----------

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


More information about the Python-bugs-list mailing list