Skip to content

Commit c3928dd

Browse files
authored
Merge pull request #260 from Xanewok/patch-1
Mention old incr. comp. design doc
2 parents 615cf17 + 134d2ba commit c3928dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/incremental-compilation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ algorithm like so:
136136
- We can then compare the hash of the result and color Q as green if
137137
it did not change.
138138

139+
## Resources
140+
The initial design document can be found at https://github.com/nikomatsakis/rustc-on-demand-incremental-design-doc/blob/master/0000-rustc-on-demand-and-incremental.md, which expands on the memoization details, provides more high-level overview and motivation for this system.
141+
139142
# Footnotes
140143

141144
[^salsa]: I have long wanted to rename it to the Salsa algorithm, but it never caught on. -@nikomatsakis

0 commit comments

Comments
 (0)