rust/compiler/rustc_data_structures/src/graph/iterate
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
..
mod.rs Move post order walk to iterative approach 2020-10-31 18:52:00 +01:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00