We can compute the DominatorTree for very, very long, degenerated methods

Issue #62 resolved
Michael Eichberg repo owner created an issue

Computing the DominatorTree for: javax.swing.plaf.nimbus.NimbusDefaults{ void initializeDefaults(javax.swing.UIDefaults) } fails, because the recursive compress method is not tail recursive...

Comments (3)

  1. Log in to comment