Files
Nim/compiler
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-09-27 07:02:54 +02:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-12-13 11:24:05 +00:00
2019-12-17 17:37:50 +01:00
2019-11-28 17:13:04 +01:00
2017-01-07 22:35:09 +01:00
2019-11-28 17:13:04 +01:00
2019-12-27 08:29:40 +01:00
2019-11-28 17:13:04 +01:00
2019-12-06 09:56:54 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-12-31 21:13:26 +01:00
2019-12-05 15:17:45 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-12-17 17:37:50 +01:00
2019-11-28 17:13:04 +01:00
2019-12-18 07:54:20 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-12-31 21:13:26 +01:00
2019-11-28 17:13:04 +01:00
2019-09-05 16:45:07 +02:00
2019-11-28 17:13:04 +01:00
2019-09-27 07:02:54 +02:00
2019-11-28 17:13:04 +01:00
2019-09-27 07:02:54 +02:00
2019-12-01 23:21:36 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-12-04 07:33:01 +00:00
2019-11-28 17:13:04 +01:00
2019-12-17 17:37:50 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-12-12 11:05:18 +01:00
2019-11-28 17:13:04 +01:00
2019-12-24 20:34:14 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-12-05 07:38:12 +01:00
2019-12-13 19:20:29 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-12-17 17:37:50 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00

This directory contains the Nim compiler written in Nim. Note that this
code has been translated from a bootstrapping version written in Pascal, so
the code is **not** a poster child of good Nim code.

See https://nim-lang.org/docs/intern.html for more information.