Skip to content

Commit

Permalink
Auto merge of #113519 - SparrowLii:parallel_typeck, r=cjgillot
Browse files Browse the repository at this point in the history
typeck in parallel

#108118 caused `typeck` to be transferred to the serial part (`check_unused`), which made the performance of parallel rustc significantly reduced.

This pr re-parallelize this part, which increases the average performance improvement of parallel rustc in `full` and `incr-full` scenarios from [14.4%](rust-lang/rust#110284 (comment)) to [23.2%](rust-lang/rust#110284 (comment)).

r? `@cjgillot`
cc `@oli-obk` `@Zoxc`
  • Loading branch information
bors committed Jul 14, 2023
2 parents f3690d1 + fc143c5 commit cd2563c
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit cd2563c

Please sign in to comment.