Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | --exception:goto switch for deterministic exception handling (#12977) | Andreas Rumpf | 2020-01-01 | 1 | -1/+35 |
| | | | | | This implements "deterministic" exception handling for Nim based on goto instead of setjmp. This means raising an exception is much cheaper than in C++'s table based implementations. Supports hard realtime systems. Default for --gc:arc and the C target because it's generally a good idea and arc is all about deterministic behavior. Note: This implies that fatal runtime traps are not catchable anymore! This needs to be documented. | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | fixes #1888 | Araq | 2015-04-27 | 1 | -4/+4 |
| | |||||
* | Added tougher test case for return within finally statement. | Audun Wilhelmsen | 2014-02-23 | 1 | -0/+40 |