You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parallel front end is an important means to improve compiler performance, but currently we cannot use rustc-perf to test the impact on the compiler performance of the parallelized front end in a PR.
We should support the -Z threads=n compiler option when compiling the use cases in the bot to compare the impact of code changes in PRs on the parallelization frontend.
Parallel front end is an important means to improve compiler performance, but currently we cannot use rustc-perf to test the impact on the compiler performance of the parallelized front end in a PR.
We should support the
-Z threads=n
compiler option when compiling the use cases in the bot to compare the impact of code changes in PRs on the parallelization frontend.updates #118698
updates #113349
cc @Kobzol @jieyouxu
The text was updated successfully, but these errors were encountered: