aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/beam_split.erl
AgeCommit message (Collapse)Author
2011-12-06Teach the compiler the 'no_dead' optionBjörn Gustavsson
To facilitate debugging of compiler bugs, teach the compiler the 'no_dead' option. Since the beam_dead pass used to do the necessary splitting of basic blocks to expose all labels, we must move that splitting into a separate pass that is always run.