harpend / Simple-Java-Decompiler

1 stars 0 forks source link

combine loop into one new basic block? #25

Open harpend opened 12 hours ago

harpend commented 12 hours ago

seems to be what jd-core does, perhaps the reducing is done after the analysis of all types in a cfg?

harpend commented 12 hours ago

see cfgreducer for order in which reductions are done