rust/compiler/rustc_data_structures/src/graph/scc
Andreas Molzer eb597f5c4e Remove recursion from sccc walking
This allows constructing the sccc for large that visit many nodes before
finding a single cycle of sccc, for example lists. When used to find
dependencies in borrow checking the list case is what occurs in very
long functions.
2020-11-08 18:07:45 +01:00
..
mod.rs Remove recursion from sccc walking 2020-11-08 18:07:45 +01:00
tests.rs Add test for sccc of a long list 2020-11-05 19:24:49 +01:00