Files
Nim/lib/system
Andreas Rumpf c3344862b0 --exception:goto switch for deterministic exception handling (#12977)
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.
2020-01-01 10:01:49 +01:00
..
2019-12-13 12:12:04 +00:00
2019-12-24 17:33:27 +01:00
2019-08-15 15:55:48 +02:00
2019-12-17 17:37:50 +01:00
2019-09-27 07:02:54 +02:00
2019-09-16 23:54:31 +02:00
2019-09-16 23:54:31 +02:00
2019-11-07 17:16:34 +01:00
2019-12-27 08:29:40 +01:00
2019-07-05 01:42:17 +02:00
2019-12-17 17:37:50 +01:00
2019-10-22 17:59:12 -07:00
2019-12-17 17:37:50 +01:00
2019-12-31 09:42:18 +01:00
2018-11-16 13:27:56 +01:00
2019-12-17 17:37:50 +01:00