diff options
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 9f77fcf2e..eb87a3cb1 100755 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,10 @@ version 0.8.14 ============== +- compiler should generate better code wrt GC + - compiler should optimize string creation + - marker procs for the GC + - need to generate code to prevent tail call optimization - warning for implicit openArray -> varargs convention - implement explicit varargs; **but** ``len(varargs)`` problem remains! --> solve by implicit conversion from varargs to openarray |