]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
update 0.1.4 plans
authorAleksey Demakov <ademakov@gmail.com>
Fri, 19 Dec 2008 14:03:32 +0000 (14:03 +0000)
committerAleksey Demakov <ademakov@gmail.com>
Fri, 19 Dec 2008 14:03:32 +0000 (14:03 +0000)
TODO

diff --git a/TODO b/TODO
index e59353a30a302822c3ac1df12efb428eccb9cf6b..26615dc591e1add703a839a7e34c852b9afcaa93 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,9 @@
 Target release: 0.1.4
 =====================
 
-* jitruby
+* CFG-based liveness analysis and dead code elimination
+* global copy and constant propagation
+* jitruby (in case copyright issues are resolved)
 * sync jitplus with jit (jump tables, compile driver, debug)
 * fix catch/throw within finally
 * get rid of manual rules
@@ -12,9 +14,7 @@ Target release: 0.1.4
 Target Release: 0.2.0
 =====================
 
-* CFG-based liveness analysis and dead code elimination
 * linear scan register allocation
-* global copy and constant propagation
 * improve exception handling
 * align function prolog and basic blocks
 * support cross-compilation