mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-44249: Fix 3 README.rst typos (GH-26385)
This commit is contained in:
parent
490b638e63
commit
acac6c71ff
1 changed files with 3 additions and 3 deletions
|
@ -110,12 +110,12 @@ The entire Python directory is cleaned of temporary files that may have
|
||||||
resulted from a previous compilation.
|
resulted from a previous compilation.
|
||||||
|
|
||||||
An instrumented version of the interpreter is built, using suitable compiler
|
An instrumented version of the interpreter is built, using suitable compiler
|
||||||
flags for each flavour. Note that this is just an intermediary step. The
|
flags for each flavor. Note that this is just an intermediary step. The
|
||||||
binary resulting from this step is not good for real life workloads as it has
|
binary resulting from this step is not good for real-life workloads as it has
|
||||||
profiling instructions embedded inside.
|
profiling instructions embedded inside.
|
||||||
|
|
||||||
After the instrumented interpreter is built, the Makefile will run a training
|
After the instrumented interpreter is built, the Makefile will run a training
|
||||||
workload. This is necessary in order to profile the interpreter execution.
|
workload. This is necessary in order to profile the interpreter's execution.
|
||||||
Note also that any output, both stdout and stderr, that may appear at this step
|
Note also that any output, both stdout and stderr, that may appear at this step
|
||||||
is suppressed.
|
is suppressed.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue