summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-10-29 16:47:40 +0100
committerAraq <rumpf_a@web.de>2013-10-29 16:47:40 +0100
commitbe452636239d1508b867e2b0624f3f07f7867e0b (patch)
treee68bdc303f724de66b7c73aa84ebb7c3aadd9f1e /todo.txt
parentb4e25a6372ffed291ccbba6874723baa55fa0bf9 (diff)
downloadNim-be452636239d1508b867e2b0624f3f07f7867e0b.tar.gz
jump optimizer works
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
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 ``[]=``