File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Rust compiler.
12
12
## What is the goal of this working group?
13
13
This working group aims to accomplish the following:
14
14
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 )
16
16
17
17
# How can I get involved?
18
18
If you are interested in getting involved in this working group, send a message in the Zulip
@@ -29,6 +29,7 @@ stream.
29
29
There are some resources available for those interested in contributing to get some background
30
30
and context:
31
31
32
+ - Tracking issue: https://github.com/rust-lang/rust/issues/59913
32
33
- Clang's [ documentation on PGO] ( https://clang.llvm.org/docs/UsersManual.html#profile-guided-optimization ) .
33
34
Contains lots of useful information on PGO in LLVM.
34
35
- @emilio 's [ initial PR] ( https://github.com/rust-lang/rust/pull/48346 ) for adding experimental
You can’t perform that action at this time.
0 commit comments