You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- PGO is available in the stable compiler. Docs are in the rustc-guide and the rustc-book
25
+
26
+
- Unfortunately we don't observe significant performance gains from applying it (except for tiny synthetic test cases).
27
+
28
+
-[@michaelwoerister] asked for people to try PGO on irlo but haven't gotten a lot of feedback.
29
+
30
+
- There is one interesting theory that Rust doesn't profit as much as C++ because it defaults to having fewer compilation units and thus can make better inlining decisions in the non-PGO case.
31
+
32
+
- The working group will probably wind down as [@michaelwoerister] don't have time to pursue further and there are no actual known issues in the implementation.
33
+
34
+
[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-10-31.20.2354818/near/179539153)
[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-10-31.20.2354818/near/179539371)
0 commit comments