We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ec0ec commit 3ecc8c3Copy full SHA for 3ecc8c3
src/doc/rustc/src/profile-guided-optimization.md
@@ -166,4 +166,4 @@ These steps will do the following just as before:
166
167
1. Build an instrumented binary from the source code.
168
2. Run the instrumented binary to gather PGO profiles.
169
-3. Use the instrumentation results from the last step to create an optimized binary.
+3. Use the gathered PGO profiles from the last step to build an optimized binary.
0 commit comments