From: adam Date: Fri, 1 Jul 2005 03:11:49 +0000 (+0000) Subject: got JSSA to the point where it compiles, but doesn't even remotely work X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=commitdiff_plain;h=069115fd4de6720de0a4a1ee37f05fec438fc325;hp=131193c8a763d354ae9a8818ffc8059d0e5dfcaf got JSSA to the point where it compiles, but doesn't even remotely work darcs-hash:20050701031149-5007d-b99523ae780b3e5e1d5f8bd5d0b157ae69d2db7b.gz --- diff --git a/src/org/ibex/classgen/Code.java b/src/org/ibex/classgen/Code.java deleted file mode 100644 index d4c459f..0000000 --- a/src/org/ibex/classgen/Code.java +++ /dev/null @@ -1,356 +0,0 @@ -package org.ibex.classgen; - -/** - * a highly streamlined SSA-form intermediate representation of a - * sequence of JVM instructions; all stack manipulation is factored - * out. - */ -public class JSSA { - - // Constructor ////////////////////////////////////////////////////////////////////////////// - - public JSSA(MethodGen mg) { - Expr[] reg = new Expr[5]; - for(int i=0; i")) sb.append("static ");