Skip to content

Commit 0c68f94

Browse files
authored
Merge pull request #437 from nikomatsakis/planning-meeting-2019-10-25
planning meeting 2019-10-25
2 parents ec40f22 + 824b3b4 commit 0c68f94

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: post
3+
title: "Planning meeting update"
4+
author: Niko Matsakis
5+
description: "Planning meeting update"
6+
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
7+
---
8+
9+
In our planning meeting today, the compiler team has scheduled our
10+
next batch of upcoming design meetings:
11+
12+
* On Nov 1, we will discuss "incremental dep-graph storage" (see
13+
[rust-lang/compiler-team#199]), which is a plan to improve the
14+
performance of storing incremental compilation data, as well as
15+
reducing peak memory usage.
16+
* On Nov 8, we will discuss "A unified framework for dataflow
17+
analysis" (see [rust-lang/compiler-team#202]), which is a proposal
18+
for how an improved dataflow analysis that can help with const
19+
evaluation.
20+
* On Nov 15, we will do a "working group review" (see
21+
[rust-lang/compiler-team#187]), examining how well the working group
22+
system has been working and what we might do to improve it.
23+
24+
[rust-lang/compiler-team#202]: https://github.com/rust-lang/compiler-team/issues/202
25+
[rust-lang/compiler-team#199]: https://github.com/rust-lang/compiler-team/issues/199
26+
[rust-lang/compiler-team#187]: https://github.com/rust-lang/compiler-team/issues/187
27+
28+
### Did you know?
29+
30+
Most weeks, the compiler team has some sort of design meeting. These
31+
meetings take place on Zulip and are open to all. Every 4 weeks, we do
32+
a planning meeting to pick the next few meetings from the list of open
33+
proposals. You can find [more details about how the compiler-team
34+
steering meeting process here][details].
35+
36+
[details]: https://rust-lang.github.io/compiler-team/about/steering-meeting/

0 commit comments

Comments
 (0)