summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 24e99fab7..6db460704 100755
--- a/todo.txt
+++ b/todo.txt
@@ -2,7 +2,8 @@
 * make GC fully thread-safe; needs:
   - global list of threads
   - thread must store its stack boundaries
-  - GC must traverse these stacks
+  - GC must traverse these stacks: Even better each thread traverses its
+    stack! No need to stop if you can help the GC ;-)
   - isOnStack() needs to take them into account (SLOW?)
   - GC must stop the world