about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/appendix-background.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/appendix-background.md b/src/doc/rustc-dev-guide/src/appendix-background.md
index 285d74477bb..a0e298b05b8 100644
--- a/src/doc/rustc-dev-guide/src/appendix-background.md
+++ b/src/doc/rustc-dev-guide/src/appendix-background.md
@@ -76,6 +76,9 @@ cycle.
 
 ## What is a dataflow analysis?
 
+[*Static Program Analysis*](https://cs.au.dk/~amoeller/spa/) by Anders Møller
+and Michael I. Schwartzbach is an incredible resource!
+
 *to be written*
 
 <a name=quantified>