Update src/doc/rustc/src/profile-guided-optimization.md

Co-authored-by: Jakub Beránek <berykubik@gmail.com>
This commit is contained in:
Meysam 2023-10-25 08:43:21 +07:00 committed by GitHub
parent 29ec0ec4a6
commit 3ecc8c37d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,4 +166,4 @@ These steps will do the following just as before:
1. Build an instrumented binary from the source code.
2. Run the instrumented binary to gather PGO profiles.
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.