rust/compiler/rustc_data_structures/src/graph
Andreas Molzer af72a70ee2 Move post order walk to iterative approach
The previous recursive approach might overflow the stack when walking a
particularly deep, list-like, graph. In particular, dominator
calculation for borrow checking does such a traversal and very long
functions might lead to a region dependency graph with in this
problematic structure.
2020-10-31 18:52:00 +01:00
..
dominators Updates to experimental coverage counter injection 2020-10-05 08:02:58 -07:00
implementation mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
iterate Move post order walk to iterative approach 2020-10-31 18:52:00 +01:00
scc Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
vec_graph Fix typo in vec_graph 2020-10-27 18:37:43 +01:00
mod.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
reference.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00