mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 04:06:31 +00:00

This improves parallel rustc parallelism by avoiding the bottleneck after each individual `par_body_owners` (because it needs to wait for queries to finish, so if there is one long running one, a lot of cores will be idle while waiting for the single query).