-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Closed
Copy link
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Description
Location
https://doc.rust-lang.org/rustc/profile-guided-optimization.html
Summary
I think would be nice to mention cargo-pgo in the Rustc Profile-Guided Optimization documentation. With cargo-pgo it's much easier to apply PGO to the Rust programs (I did it many times). I suggest adding the information about cargo-pgo to the mentioned above page. Even if this project does not belong directly to Rustc or Cargo - it's still worth mentioning.
@Kobzol - ping you as the cargo-pgo author.
P.S. I am creating the issue here since not sure where it should go. Maybe we want to mention cargo-pgo in the Cargo book as well.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools