[Python-checkins] [3.11] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849) (GH-107777)

serhiy-storchaka webhook-mailer at python.org
Wed Aug 16 04:15:42 EDT 2023


https://github.com/python/cpython/commit/9e87e07aa422f95a42073b7ce750fbe19842f960
commit: 9e87e07aa422f95a42073b7ce750fbe19842f960
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: serhiy-storchaka <storchaka at gmail.com>
date: 2023-08-16T11:15:38+03:00
summary:

[3.11] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849) (GH-107777)

(cherry picked from commit 906b73be5eada1995bd667a02c59f7a11998310f)

Co-authored-by: Fatih <77548106+fatihkabakk at users.noreply.github.com>

files:
M PCbuild/readme.txt

diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index e9a0917227467..092b2cc8c1a7f 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -250,9 +250,11 @@ against a profiling library and contain extra debug information. The
 PGUpdate configuration takes the profiling data and generates optimized
 binaries.
 
-The build_pgo.bat script automates the creation of optimized binaries.
-It creates the PGI files, runs the unit test suite or PyBench with the
-PGI python, and finally creates the optimized files.
+The build.bat script has an argument `--pgo` that automate the creation
+of optimized binaries.
+It creates the PGI files, runs the unit test suite with the PGI python,
+and finally creates the optimized files.
+You can customize the job for profiling with `--pgo-job <job>` option.
 
 See
     https://docs.microsoft.com/en-us/cpp/build/profile-guided-optimizations



More information about the Python-checkins mailing list