diff options
| author | bors <bors@rust-lang.org> | 2024-03-11 14:26:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-11 14:26:09 +0000 |
| commit | 65cd843ae06ad00123c131a431ed5304e4cd577a (patch) | |
| tree | 2c315ccd5465e677d3d1899dbe68f5996c41f844 /compiler/rustc_monomorphize/src | |
| parent | d255c6a57c393db6221b1ff700daea478436f1cd (diff) | |
| parent | 55ea94402b5c57a8c937a0efdd4b86e3521dcd7f (diff) | |
| download | rust-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
