






















The compiler team had our weekly triage meeting on 2019-10-24. You can find the minutes on the compiler-team repository. Each week, we have general announcements from the team followed by check-ins from two fo the compiler team working groups.
Rust 1.40 (current nightly) will be the first stable release without the HIR borrow checker. This means Non Lexical Lifetimes will be available on Rust 2015.
At this point, wg-nll has completed its purpose and will be disbanded.
Work is proceeding slowly but steadily. There are regular triage meetings every Monday on the compiler calendar.
The current goal is to refactor/audit compiler locks and other parts of the parallel query system and to investigate improving performance.
The current MVP is to do high-level parallelization in a few critical places such as typechecking & linting.
Currently, we're not seeing the speedups we want from parallelization but work is ongoing to remove locking and improve the jobserver integration.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。