Skip to content

Commit 0cc70fc

Browse files
Sl1mb0jyn514
authored andcommitted
Docs: added section on rustdoc
1 parent 0eb2c70 commit 0cc70fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/parallel-rustc.md

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ When a query `foo` is evaluated, the cache table for `foo` is locked.
4343
mentioned before, query invocations form a DAG. Some thread will always make
4444
progress.
4545

46+
## Rustdoc
47+
48+
As of <!-- date: 2021-09--> September 2021, there are still a number of steps
49+
to complete before rustdoc rendering can be made parallel. More details on
50+
this issue can be found [here][parallel-rustdoc].
51+
4652
## Current Status
4753

4854
As of <!-- date: 2021-07 --> July 2021, work on explicitly parallelizing the
@@ -85,3 +91,4 @@ are a bit out of date):
8591
[irlo1]: https://internals.rust-lang.org/t/help-test-parallel-rustc/11503
8692
[tracking]: https://github.com/rust-lang/rust/issues/48685
8793
[monomorphization]:https://rustc-dev-guide.rust-lang.org/backend/monomorph.html
94+
[parallel-rustdoc]:https://github.com/rust-lang/rust/issues/82741

0 commit comments

Comments
 (0)