2019-04-11
Volunteers wanted
-
seeking help on resolving "[firefox] error: relocation refers to local symbol "" [12], which is defined in a discarded section"
-
seeking help on resolving “Compiler panic with generic-typed nested closures”
Backport decisions
- No backport decisions were made at this meeting because there were no PRs nominated for backport.
Working group sync
wg-mir-opt
-
The current goal is to make the MIR
Place
data structure non-recursive (Issue #52708). This should use less memory, be easier to work with, and probably faster as well. -
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.
wg-pipelining
-
The goal is to allow Cargo to invoke rustc sooner letting downstream crates start compiling while upstream crates do LLVM work (Issue #58465)
-
This working group is just getting started and had its initial meeting on 4/5.