Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-06 | Teach the compiler the 'no_dead' option | Bjö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. |