Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6b5aa4

Browse filesBrowse files
committed
Replace a broken YouTube link
1 parent dc47b51 commit e6b5aa4
Copy full SHA for e6b5aa4

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎src/mir/dataflow.md

Copy file name to clipboardExpand all lines: src/mir/dataflow.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ If you're unfamiliar with these terms, or if you want a quick refresher,
1818
[*Static Program Analysis*] by Anders Møller and Michael I. Schwartzbach is an
1919
excellent, freely available textbook. For those who prefer audiovisual
2020
learning, the Goethe University Frankfurt has published a series of short
21-
[lectures on YouTube][goethe] in English that are very approachable.
21+
[lectures on YouTube][goethe] in English that are very approachable (NOTE: the creator
22+
removed their content from YouTube. For now, we provide a link to the Wayback Machine).
2223

2324
## Defining a Dataflow Analysis
2425

@@ -229,6 +230,6 @@ the example below:
229230
[`apply_call_return_effect`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_dataflow/trait.Analysis.html#tymethod.apply_call_return_effect
230231
[`into_engine`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_dataflow/trait.Analysis.html#method.into_engine
231232
[`lattice`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_dataflow/lattice/index.html
232-
[goethe]: https://www.youtube.com/watch?v=NVBQSR_HdL0&list=PL_sGR8T76Y58l3Gck3ZwIIHLWEmXrOLV_&index=2
233+
[goethe]: https://web.archive.org/web/20200221205557/https://www.youtube.com/watch?v=NVBQSR_HdL0
233234
[lattice]: https://en.wikipedia.org/wiki/Lattice_(order)
234235
[wiki]: https://en.wikipedia.org/wiki/Data-flow_analysis#Basic_principles

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.