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, methane, pitrou, r.david.murray, scoder, skrah, steve.dower, zach.ware
Date 2016-03-04.16:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457107327.47.0.962951239503.issue25702@psf.upfronthosting.co.za>
In-reply-to
Content
You are doing measurements on a virtual machine... For sure you are not the only user that has active workloads on the physical machine while you do benchmarks :)

On the other hand, the path you are going with just LTO is nice for experiments, but for real-world usages is not feasible. Using it in conjunction with PGO is the way to have the best Python interpreter, and I strongly recommend for you to use the v04 versions of the patches.
History
Date User Action Args
2016-03-04 16:02:07alecsandru.patrascusetrecipients: + alecsandru.patrascu, lemburg, brett.cannon, gregory.p.smith, pitrou, scoder, r.david.murray, methane, skrah, zach.ware, steve.dower
2016-03-04 16:02:07alecsandru.patrascusetmessageid: <1457107327.47.0.962951239503.issue25702@psf.upfronthosting.co.za>
2016-03-04 16:02:07alecsandru.patrasculinkissue25702 messages
2016-03-04 16:02:07alecsandru.patrascucreate