Open
Description
It's worth redesigning the Step
execution model to allow Step
s 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 Step
s. Making bootstrap faster would benefit everyone especially those doing frequent build iterations while working on rust-lang/rust.