This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alecsandru.patrascu
Recipients alecsandru.patrascu, pitrou
Date 2015-11-23.12:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448281128.84.0.0891852869857.issue25702@psf.upfronthosting.co.za>
In-reply-to
Content
LTO exists in GCC since version 4.5, but it is true that only recent versions (>=4.8) perform it in good conditions. It is not enabled by default in this patch, it is only available when building with PGO support. Running just "make" will not activate the LTO flags.

Do you see it as an configure option (using, for example, an explicit --with-lto flag) rather than using it automatically?
History
Date User Action Args
2015-11-23 12:18:48alecsandru.patrascusetrecipients: + alecsandru.patrascu, pitrou
2015-11-23 12:18:48alecsandru.patrascusetmessageid: <1448281128.84.0.0891852869857.issue25702@psf.upfronthosting.co.za>
2015-11-23 12:18:48alecsandru.patrasculinkissue25702 messages
2015-11-23 12:18:48alecsandru.patrascucreate