Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 5 pull requests #117264

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/doc/rustc/src/profile-guided-optimization.md
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
  • Loading branch information
meysam81 and Kobzol authored Oct 25, 2023
commit 29ec0ec4a6fb72dcb61e1cd1b1b4bb7aa0da9351
2 changes: 1 addition & 1 deletion src/doc/rustc/src/profile-guided-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ cargo pgo optimize
These steps will do the following just as before:

1. Build an instrumented binary from the source code.
2. Use the instrumentation in the binary when running it for the first time.
2. Run the instrumented binary to gather PGO profiles.
3. Use the instrumentation results from the last step to create an optimized binary.
Loading