[Python-Dev] Profile Guided Optimization active by-default
Gregory P. Smith
greg at krypto.org
Tue Aug 25 18:43:56 CEST 2015
More information about the Python-Dev mailing list
Tue Aug 25 18:43:56 CEST 2015
- Previous message (by thread): [Python-Dev] Profile Guided Optimization active by-default
- Next message (by thread): [Python-Dev] Profile Guided Optimization active by-default
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PGO is unrelated to the particular CPU the profiling is done on. (It is conceivable that it'd make a small difference but I've never observed that in practice) On Tue, Aug 25, 2015, 9:28 AM Xavier Combelle <xavier.combelle at gmail.com> wrote: Pardon me if I'm not in the right place to ask the following naive question. (say me if it's the case) Does Profile Guided Optimization performance improvements are specific to the chip where the built is done or the performance is better on a larger set of chips? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20150825/b8907d09/attachment.html>
- Previous message (by thread): [Python-Dev] Profile Guided Optimization active by-default
- Next message (by thread): [Python-Dev] Profile Guided Optimization active by-default
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list