Skip to content

Commit 5bcd262

Browse files
committed
CFG dominator algorithm change to more closely resemble Coopers
Main change is to make it so that cfg nodes only hold their immediate dominators index, where previously it used to hold on to all dominators up the tree. More compact (and faster) but if you need the full dominator list then you have to walk back up dominator nodes.
1 parent ee1fec4 commit 5bcd262

File tree

1 file changed

+310
-77
lines changed

1 file changed

+310
-77
lines changed

0 commit comments

Comments
 (0)