about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-11 14:26:09 +0000
committerbors <bors@rust-lang.org>2024-03-11 14:26:09 +0000
commit65cd843ae06ad00123c131a431ed5304e4cd577a (patch)
tree2c315ccd5465e677d3d1899dbe68f5996c41f844 /compiler/rustc_monomorphize/src
parentd255c6a57c393db6221b1ff700daea478436f1cd (diff)
parent55ea94402b5c57a8c937a0efdd4b86e3521dcd7f (diff)
downloadrust-65cd843ae06ad00123c131a431ed5304e4cd577a.tar.gz
rust-65cd843ae06ad00123c131a431ed5304e4cd577a.zip
Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco
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