harpend / Simple-Java-Decompiler

1 stars 0 forks source link

calculate intervals for cfg (see comment) #7

Closed harpend closed 1 week ago

harpend commented 1 month ago

intervals is the largest subgraph dominated by the same bb

harpend commented 4 weeks ago

an interval is the maximal single entry subgraph in which h is the only entry node and which all closed paths contain h. this does not mean h cannot have multiple predecessors or successors it just means there is only one entry node.

harpend commented 4 weeks ago

added algorithms for creating intervals, need to link to cfg to test

harpend commented 3 weeks ago

linking done just need to integrate and do testing

harpend commented 2 weeks ago

works with unit tests