This working group aims to implement profile-guided optimization (PGO) in the Rust compiler.
- Leads: @michaelwoerister
- Meeting Notes: All
This working group aims to accomplish the following:
- Implement and stabilize profile-guided optimization in
rustc
.
If you are interested in getting involved in this working group, send a message in the Zulip stream.
- Desired experience level: LLVM + PGO expert
;)
- Relevant repositories:
rust-lang/rust
- Zulip stream:
#t-compiler/wg-profile-guided-optimization
on Zulip
There are some resources available for those interested in contributing to get some background and context:
- Clang's documentation on PGO. Contains lots of useful information on PGO in LLVM.
- @emilio's initial PR for adding experimental support for PGO.
No.