mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
Update src/doc/rustc/src/profile-guided-optimization.md
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
This commit is contained in:
parent
29ec0ec4a6
commit
3ecc8c37d4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user