falconre / falcon

Binary Analysis Framework in Rust
Apache License 2.0
549 stars 47 forks source link

Graph: Compute dominators using the dominator tree #81

Closed emmanuel099 closed 4 years ago

emmanuel099 commented 4 years ago

This doesn't only simplify the code, but is also (much) faster for big graphs because it avoids the expensive predecessor computation.