summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-02-12 08:28:46 +0100
committerAraq <rumpf_a@web.de>2013-02-12 08:28:46 +0100
commit5e7dd69b000f762ce3659e5c615a648ede44bb52 (patch)
treee8797cffba467d3a85b1261b59b2ce9da9c8114f /todo.txt
parent68135b3b500074b43bf155a4a8cbb77756f112d2 (diff)
downloadNim-5e7dd69b000f762ce3659e5c615a648ede44bb52.tar.gz
GC: incRef needs to add cycleroots
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt1
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