Skip to content

planning meeting 2019-10-25 #437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions posts/inside-rust/2019-10-25-planning-meeting-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: post
title: "Planning meeting update"
author: Niko Matsakis
description: "Planning meeting update"
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
---

In our planning meeting today, the compiler team has scheduled our
next batch of upcoming design meetings:

* On Nov 1, we will discuss "incremental dep-graph storage" (see
[rust-lang/compiler-team#199]), which is a plan to improve the
performance of storing incremental compilation data, as well as
reducing peak memory usage.
* On Nov 8, we will discuss "A unified framework for dataflow
analysis" (see [rust-lang/compiler-team#202]), which is a proposal
for how an improved dataflow analysis that can help with const
evaluation.
* On Nov 15, we will do a "working group review" (see
[rust-lang/compiler-team#187]), examining how well the working group
system has been working and what we might do to improve it.

[rust-lang/compiler-team#202]: https://github.com/rust-lang/compiler-team/issues/202
[rust-lang/compiler-team#199]: https://github.com/rust-lang/compiler-team/issues/199
[rust-lang/compiler-team#187]: https://github.com/rust-lang/compiler-team/issues/187

### Did you know?

Most weeks, the compiler team has some sort of design meeting. These
meetings take place on Zulip and are open to all. Every 4 weeks, we do
a planning meeting to pick the next few meetings from the list of open
proposals. You can find [more details about how the compiler-team
steering meeting process here][details].

[details]: https://rust-lang.github.io/compiler-team/about/steering-meeting/