diff options
author | Araq <rumpf_a@web.de> | 2011-11-25 09:02:34 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-25 09:02:34 +0100 |
commit | ac9d406c993c6f3c725618a5c6648767d66416a6 (patch) | |
tree | d063b590c38eead018cbcac0d0aae325507185d8 | |
parent | e40bca47c57095098ac9147d8e04a5c565d38edd (diff) | |
download | Nim-ac9d406c993c6f3c725618a5c6648767d66416a6.tar.gz |
todo changes
-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' |