Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-23 | Correct typo in test suite name | Björn Gustavsson | |
It should be beam_except_SUITE, since it tests the beam_except module (introduced in 726f6e4c7afe8ce37b30eedbebe583e7b9bfc51b). | |||
2012-01-04 | Add the beam_except pass to optimize exceptions | Björn Gustavsson | |
In order to save space, rewrite suitable calls to erlang:error/{1,2} to special BEAM instructions. This code is probably longer than the code taken out of v3_life and v3_codegen in the previous commit, but it is much easier to understand and maintain since the BEAM assembler format is better understood than the v3_life format. |