[Python-Dev] Profile Guided Optimization active by-default

Patrascu, Alecsandru alecsandru.patrascu at intel.com
Tue Aug 25 19:16:45 CEST 2015


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?




More information about the Python-Dev mailing list