diff options
-rwxr-xr-x | todo.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index d831dbbe1..2beee17a4 100755 --- a/todo.txt +++ b/todo.txt @@ -2,11 +2,13 @@ version 0.8.14 ============== - fix thread tests +- deprecate endOfFile and readline version 0.9.0 ============= -- GC: marker procs for native Nimrod GC and Boehm GC; precise stack marking +- GC: marker procs for native Nimrod GC and Boehm GC; precise stack marking; + escape analysis for string/seq seems to be easy to do too - dead code elim for JS backend; 'of' operator for JS backend - test the sort implementation again - 'let x = y' |