diff options
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 3 |
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 |