about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-03-07 14:23:52 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-03-11 08:48:03 +0000
commit55ea94402b5c57a8c937a0efdd4b86e3521dcd7f (patch)
treee1b4079425d73f33636fa9ec19f502a4352fbd38 /compiler/rustc_monomorphize/src
parente2e751e76d0242102ef1095b185850f4239fa5ab (diff)
downloadrust-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_monomorphize/src')
0 files changed, 0 insertions, 0 deletions