Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-17 | beam_bs: Remove optimizations that are easier done on SSA format | Björn Gustavsson | |
The removal of redundant bs_restore2 instructions is done easier on the SSA format. Keep the rest of the optimizations, because they are easier to do on the BEAM instructions. | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2017-12-08 | Use the new syntax for retrieving stack traces | Björn Gustavsson | |
2017-01-12 | Add specs for the beam_*:module/2 functions | Björn Gustavsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-09-28 | Move out bit syntax optimizations from beam_block | Björn Gustavsson | |
In the future we might want to add more bit syntax optimizations, but beam_block is already sufficiently complicated. Therefore, move the bit syntax optimizations out of beam_block into a separate compiler pass called beam_bs. |