Skip to content

Commit 430e1ad

Browse files
authored
Add triage meeting notes for 2019-04-11
1 parent ffd4b71 commit 430e1ad

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

minutes/triage-meeting/2019-04-11.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 2019-04-11
2+
3+
# Volunteers wanted
4+
5+
- seeking help on resolving ["[firefox] error: relocation refers to local symbol "" [12], which is defined in a discarded section"](https://github.com/rust-lang/rust/issues/59652)
6+
7+
- seeking help on resolving ["Compiler panic with generic-typed nested closures"](https://github.com/rust-lang/rust/issues/59494)
8+
9+
# Backport decisions
10+
11+
- No backport decisions were made at this meeting because there were no PRs nominated for backport.
12+
13+
# Working group sync
14+
15+
## [wg-mir-opt](https://github.com/rust-lang/compiler-team/blob/master/working-groups/mir-opt/README.md)
16+
17+
- The current goal is to make the MIR `Place` data structure non-recursive ([Issue #52708](https://github.com/rust-lang/rust/issues/52708)).
18+
This should use less memory, be easier to work with, and probably faster as well.
19+
20+
- After that is completed, there are a number of other `Place` related refactorings and other ideas from the All-Hands meeting that can be worked on.
21+
22+
- [Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-11.20.2354818/near/163105192)
23+
24+
## [wg-pipelining](https://github.com/rust-lang/compiler-team/blob/master/working-groups/pipelining/README.md)
25+
26+
- The goal is to allow Cargo to invoke rustc sooner letting downstream crates start compiling while upstream crates do LLVM work ([Issue #58465](https://github.com/rust-lang/rust/issues/58465))
27+
28+
- This working group is just getting started and had its initial meeting on 4/5.
29+
30+
- [Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-11.20.2354818/near/163106257)

0 commit comments

Comments
 (0)