rust/compiler
Oli Scherer 55ea94402b Run a single huge par_body_owners instead of many small ones after each other.
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).
2024-03-11 08:48:03 +00:00
..
2024-03-08 23:20:29 -05:00
2024-03-09 01:13:42 +01:00
2024-03-09 21:16:43 +08:00