This simplifies the `PlaceholderReachability` `enum` by replacing the case when no placeholders were reached with a standard `Option::None`. It also rewrites the API for `scc::Annotations` to be update-mut rather than a more Functional programming style. This showed some slight performance impact in early tests of the PR and definitely makes the implementation simpler. |
||
|---|---|---|
| .. | ||
| dominators | ||
| iterate | ||
| linked_graph | ||
| scc | ||
| vec_graph | ||
| mod.rs | ||
| reference.rs | ||
| reversed.rs | ||
| tests.rs | ||