diff options
author | Araq <rumpf_a@web.de> | 2013-02-08 00:07:32 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-02-08 00:07:32 +0100 |
commit | 5a31bc82747d0646a429515385e12d689cd973b7 (patch) | |
tree | 68ef3fa6be0fdfc9f9c29d787332eb388b813f5a /web/news.txt | |
parent | 4ee9816a7888f8f125752d75f8528c39c94d732b (diff) | |
download | Nim-5a31bc82747d0646a429515385e12d689cd973b7.tar.gz |
made some tests green
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index e4e9108e0..4dba38261 100755 --- a/web/news.txt +++ b/web/news.txt @@ -18,6 +18,8 @@ Library Additions - Added ``system.onRaise`` to support a condition system. - Added ``macros.quote`` for AST quasi-quoting. - Added ``system.unsafeNew`` to support hacky variable length objects. +- There is a new experimental mark&sweep GC which can be faster than the + default GC. Enable with ``--gc:markAndSweep``. Changes affecting backwards compatibility |