From: Aleksey Demakov Date: Fri, 19 Dec 2008 14:03:32 +0000 (+0000) Subject: update 0.1.4 plans X-Git-Tag: before.move.to.git~43 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f7b734dba798f1e65d60a50b3aec0e82070a5bb4;p=francis%2Flibjit.git update 0.1.4 plans --- diff --git a/TODO b/TODO index e59353a..26615dc 100644 --- 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