Skip to content

Commit 3d5c500

Browse files
authored
Add notes for the triage meeting on 2019-05-23
1 parent b1edf19 commit 3d5c500

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

minutes/triage-meeting/2019-05-23.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 2019-05-23
2+
3+
## Volunteers wanted
4+
5+
- No issues discussed this week.
6+
7+
## Backport decisions
8+
9+
- "Fix ICE with inconsistent macro matchers" ([#61046](https://github.com/rust-lang/rust/pull/61046))
10+
- Backport accepted
11+
12+
- "debuginfo: Revert to old/more verbose behavior for -Cdebuginfo=1" ([#61007](https://github.com/rust-lang/rust/pull/61007))
13+
- Backport accepted
14+
15+
## Working group sync
16+
17+
### [wg-pgo](https://github.com/rust-lang/compiler-team/blob/master/working-groups/pgo/README.md)
18+
19+
- PGO stands for Profiler Guided Optimization.
20+
21+
- Code is instrumented and then run. The profilng data gathered at runtime is then used in subsequent compilations to guide optimizations.
22+
23+
- PGO support is almost complete!
24+
- The remaining work is mostly just around the UI side of things: documenting compiler flags, moving flags from `-Z` to `-C`.
25+
26+
[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-05-23.20.2354818/near/166368190)

0 commit comments

Comments
 (0)