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, brett.cannon, gregory.p.smith, lemburg, pitrou, r.david.murray, scoder, skrah, steve.dower, zach.ware
Date 2016-01-27.12:58:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453899496.34.0.818821635415.issue25702@psf.upfronthosting.co.za>
In-reply-to
Content
As Steve mentioned, the Microsoft compiler uses LTO (they call it Link-Time Code Generation) and the flags are used when compiling CPython on Windows systems. Thus our proposal to enable it on GCC and CLANG also.
History
Date User Action Args
2016-01-27 12:58:16alecsandru.patrascusetrecipients: + alecsandru.patrascu, lemburg, brett.cannon, gregory.p.smith, pitrou, scoder, r.david.murray, skrah, zach.ware, steve.dower
2016-01-27 12:58:16alecsandru.patrascusetmessageid: <1453899496.34.0.818821635415.issue25702@psf.upfronthosting.co.za>
2016-01-27 12:58:16alecsandru.patrasculinkissue25702 messages
2016-01-27 12:58:16alecsandru.patrascucreate