mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Reflow a paragraph, and fix a typo.
This commit is contained in:
parent
7c22ccc3dd
commit
44c38c16b8
1 changed files with 6 additions and 4 deletions
|
@ -117,7 +117,7 @@ _tkinter
|
||||||
Build with build_tkinter.py
|
Build with build_tkinter.py
|
||||||
---------------------------
|
---------------------------
|
||||||
The PCbuild directory contains a Python script which automates all
|
The PCbuild directory contains a Python script which automates all
|
||||||
steps. Run the script in a Visual Studio 2009 command prompt with
|
steps. Run the script in a Visual Studio 2008 command prompt with
|
||||||
|
|
||||||
python build_tkinter.py Win32
|
python build_tkinter.py Win32
|
||||||
|
|
||||||
|
@ -312,9 +312,11 @@ Edition.
|
||||||
Profile Guided Optimization
|
Profile Guided Optimization
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
The solution has two configurations for PGO. The PGInstrument configuration
|
The solution has two configurations for PGO. The PGInstrument
|
||||||
must be build first. The PGInstrument binaries are lniked against a profiling
|
configuration must be build first. The PGInstrument binaries are
|
||||||
library and contain extra debug information. The PGUpdate configuration takes the profiling data and generates optimized binaries.
|
lniked 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
|
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
|
creates the PGI files, runs the unit test suite or PyBench with the PGI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue