[Python-Dev] Profile Guided Optimization active by-default
Patrascu, Alecsandru
alecsandru.patrascu at intel.com
Tue Aug 25 19:16:45 CEST 2015
More information about the Python-Dev mailing list
Tue Aug 25 19:16:45 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 ]
Indeed, as Gregory well mentioned, PGO is unrelated to a particular CPU on which we do profiling. From: Python-Dev [mailto:python-dev-bounces+alecsandru.patrascu=intel.com at python.org] On Behalf Of Gregory P. Smith Sent: Tuesday, August 25, 2015 7:44 PM To: Xavier Combelle; python-dev at python.org Subject: Re: [Python-Dev] Profile Guided Optimization active by-default 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?
- 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