Files
Nim/compiler
Andreas Rumpf 83a736a34a ARC: cycle detector (#12823)
* first implementation of the =trace and =dispose hooks for the cycle collector
* a cycle collector for ARC: progress
* manual: the .acyclic pragma is a thing once again
* gcbench: adaptations for --gc:arc
* enable valgrind tests for the strutils tests
* testament: better valgrind support
* ARC refactoring: growable jumpstacks
* ARC cycle detector: non-recursive algorithm
* moved and renamed core/ files back to system/
* refactoring: --gc:arc vs --gc:orc since 'orc' is even more experimental and we want to ship --gc:arc soonish
2019-12-17 17:37:50 +01:00
..
2019-09-27 07:02:54 +02: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-11-28 17:13:04 +01:00
2019-12-17 17:37:50 +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
2019-12-17 17:37:50 +01:00
2019-11-12 15:05:36 +01:00
2017-01-07 22:35:09 +01:00
2019-11-28 17:13:04 +01:00
2019-11-29 19:46:21 +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-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-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-08-23 16:15:02 +02: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-17 17:37:50 +01: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-17 17:37:50 +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-17 17:37:50 +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-17 17:37:50 +01:00
2019-12-17 17:37:50 +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.