diff options
author | Araq <rumpf_a@web.de> | 2013-10-29 16:47:40 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-10-29 16:47:40 +0100 |
commit | be452636239d1508b867e2b0624f3f07f7867e0b (patch) | |
tree | e68bdc303f724de66b7c73aa84ebb7c3aadd9f1e /todo.txt | |
parent | b4e25a6372ffed291ccbba6874723baa55fa0bf9 (diff) | |
download | Nim-be452636239d1508b867e2b0624f3f07f7867e0b.tar.gz |
jump optimizer works
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt index 1fb8748a6..1a75ab66f 100644 --- a/todo.txt +++ b/todo.txt @@ -2,12 +2,10 @@ version 0.9.4 ============= - new VM: - compiling htmlgen (txmlgen) makes the compiler go into an infinite loop - tcntseq + - tcntseq fails - new VM requires lambda lifting - implement overflow checking - implement the FFI - - test and activate the jump optimizer - make 'bind' default for templates and introduce 'mixin' - special rule for ``[]=`` |