rust-lang / rust-lang/rust

concurrent `Step` mechanism

Open
#141,073 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-enhancement T-bootstrap
Dominant language
Rust
Stars
119k
Forks
16.1k
PR merge metrics
PR metrics pending

Description

It's worth redesigning the Step execution model to allow Steps to run in parallel, which would speed up pretty much any bootstrap invocation. This would be a big win as almost every bootstrap invocation involves running many Steps. Making bootstrap faster would benefit everyone especially those doing frequent build iterations while working on rust-lang/rust.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the bootstrap Step execution model and how a bootstrap invocation sequences its steps. Determine which steps can run concurrently and what dependencies or ordering constraints must be preserved. Done means bootstrap invocations safely execute independent steps in parallel and demonstrate a measurable speedup.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
build-system, performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.