Skip to content

Commit 713f206

Browse files
Update WG-profile-guided-optimization README
1 parent 9d8c387 commit 713f206

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

working-groups/pgo/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Rust compiler.
1212
## What is the goal of this working group?
1313
This working group aims to accomplish the following:
1414

15-
- Implement and stabilize profile-guided optimization in `rustc`.
15+
- Implement and stabilize profile-guided optimization in `rustc` (https://github.com/rust-lang/rust/issues/59913)
1616

1717
# How can I get involved?
1818
If you are interested in getting involved in this working group, send a message in the Zulip
@@ -29,6 +29,7 @@ stream.
2929
There are some resources available for those interested in contributing to get some background
3030
and context:
3131

32+
- Tracking issue: https://github.com/rust-lang/rust/issues/59913
3233
- Clang's [documentation on PGO](https://clang.llvm.org/docs/UsersManual.html#profile-guided-optimization).
3334
Contains lots of useful information on PGO in LLVM.
3435
- @emilio's [initial PR](https://github.com/rust-lang/rust/pull/48346) for adding experimental

0 commit comments

Comments
 (0)