We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe44f7 commit 78afd53Copy full SHA for 78afd53
src/parallel-rustc.md
@@ -2,7 +2,7 @@
2
3
As of <!-- date: 2021-09 --> September 2021, The only stage of the compiler
4
that is already parallel is codegen. The nightly compiler implements query evaluation,
5
-but there is a lot of correctness work that needs to be done. The lack of parallelism at other stages
+but there is still a lot of work to be done. The lack of parallelism at other stages
6
also represents an opportunity for improving compiler performance. One can try out the current
7
parallel compiler work by enabling it in the `config.toml`.
8
0 commit comments