diff options
author | Araq <rumpf_a@web.de> | 2013-02-12 08:28:46 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-02-12 08:28:46 +0100 |
commit | 5e7dd69b000f762ce3659e5c615a648ede44bb52 (patch) | |
tree | e8797cffba467d3a85b1261b59b2ce9da9c8114f /todo.txt | |
parent | 68135b3b500074b43bf155a4a8cbb77756f112d2 (diff) | |
download | Nim-5e7dd69b000f762ce3659e5c615a648ede44bb52.tar.gz |
GC: incRef needs to add cycleroots
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index a6ae409bd..ad4328613 100755 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,7 @@ version 0.9.2 ============= +- acyclic vs prunable; introduce GC hints - implement constructors + full 'not nil' checking - ``restrict`` pragma + backend support - fix: 'result' is not properly cleaned for NRVO |