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 Sjlver
Recipients Sjlver, brett.cannon, koobs, ned.deily, ronaldoussoren, vstinner
Date 2014-04-02.07:55:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396425352.62.0.612890900335.issue21122@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Ned, this is interesting!

I don't know about Mac OS, but on Ubuntu, LTO and PGO apparently make Python around 10% faster (see #17781). However, that data point refers to GCC's LTO, not LLVM's.

Personally I'm interested in LTO because I want to obtain whole-program LLVM bitcode files (for use in a research project about instrumentation). However, if there is something I can help (e.g., running benchmarks with different compilation settings), let me know.
History
Date User Action Args
2014-04-02 07:55:52Sjlversetrecipients: + Sjlver, brett.cannon, ronaldoussoren, vstinner, ned.deily, koobs
2014-04-02 07:55:52Sjlversetmessageid: <1396425352.62.0.612890900335.issue21122@psf.upfronthosting.co.za>
2014-04-02 07:55:52Sjlverlinkissue21122 messages
2014-04-02 07:55:52Sjlvercreate