Implement a more sorphisticated execution strategy for static blocks. Tested with...
authorjzhou <jzhou>
Thu, 21 Oct 2010 00:21:06 +0000 (00:21 +0000)
committerjzhou <jzhou>
Thu, 21 Oct 2010 00:21:06 +0000 (00:21 +0000)
commit615ca89617f654b90f2c868f305b7c611b7631f2
tree078a2d454912fb368803e0e344fb286cacc9ac64
parent3da2d5c260858e364a639b01c8b8772b3a083be0
Implement a more sorphisticated execution strategy for static blocks. Tested with very simple example code.  Static field initialization is not implemented yet.
Robust/src/IR/ClassDescriptor.java
Robust/src/IR/Flat/BuildCode.java
Robust/src/IR/Flat/BuildCodeMGC.java
Robust/src/IR/MethodDescriptor.java
Robust/src/IR/State.java
Robust/src/IR/Tree/BuildIR.java