diff options
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index b162812bc..3d8859fc2 100755 --- a/todo.txt +++ b/todo.txt @@ -1,11 +1,11 @@ version 0.9.2 ============= +- fix closure bug finally - test&finish first class iterators: * nested iterators - * test generic iterators -- fix closure bug finally - fix marshal bug +- investigate nimgame bug version 0.9.X @@ -87,6 +87,7 @@ GC Optimizations ============= +- optimize 'if' with a constant condition - escape analysis for string/seq seems to be easy to do too; even further write barrier specialization - inlining of first class functions |