mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
55ea94402b
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).