- Leads: @Zoxc, @michaelwoerister
- Meeting Notes: All
This working group aims to accomplish the following:
- Finish, optimize, and test the implementation of parallel compilation to an extent that allows making it the default.
- Produce solid documentation of how parallel evaluation works, how it is implementated, and what things it might affect in the rustc-guide.
If you are interested in getting involved in this working group, you are welcome to introduce yourself in the Zulip stream. You can be added to the GitHub and Zulip group for the working group if you are interested in being pinged when there are available tasks.
- Desired experience level: Any
- Relevant repositories:
rust-lang/rust - Zulip stream:
#t-compiler/wg-parallel-rustcon Zulip
If you don't have time to contribute code but you do compile your own compiler,
the consider setting parallel-compiler = true in your config.toml. If you
find a bug, we'd love it if you could file an issue.
There are some resources available for those interested in contributing to get some background and context:
- Zoxc's introductory post in the internals forum.
- More to come...