diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-03-07 14:23:52 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-03-11 08:48:03 +0000 |
| commit | 55ea94402b5c57a8c937a0efdd4b86e3521dcd7f (patch) | |
| tree | e1b4079425d73f33636fa9ec19f502a4352fbd38 /compiler/rustc_codegen_llvm/src/context.rs | |
| parent | e2e751e76d0242102ef1095b185850f4239fa5ab (diff) | |
| download | rust-55ea94402b5c57a8c937a0efdd4b86e3521dcd7f.tar.gz rust-55ea94402b5c57a8c937a0efdd4b86e3521dcd7f.zip | |
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).
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/context.rs')
0 files changed, 0 insertions, 0 deletions
