File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,12 @@ The entire Python directory is cleaned of temporary files that may have
110
110
resulted from a previous compilation.
111
111
112
112
An instrumented version of the interpreter is built, using suitable compiler
113
- flags for each flavour . Note that this is just an intermediary step. The
114
- binary resulting from this step is not good for real life workloads as it has
113
+ flags for each flavor . Note that this is just an intermediary step. The
114
+ binary resulting from this step is not good for real- life workloads as it has
115
115
profiling instructions embedded inside.
116
116
117
117
After the instrumented interpreter is built, the Makefile will run a training
118
- workload. This is necessary in order to profile the interpreter execution.
118
+ workload. This is necessary in order to profile the interpreter's execution.
119
119
Note also that any output, both stdout and stderr, that may appear at this step
120
120
is suppressed.
121
121
You can’t perform that action at this time.
0 commit comments