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-02-13 18:08:25 -03:00
2024-02-13 18:08:25 -03:00
2023-11-20 23:44:37 +00:00
2023-12-05 17:15:46 +00:00
2023-12-05 17:15:46 +00:00