Don't allocate type number for interfaces so that we do not need allocate lines in...
authorjzhou <jzhou>
Thu, 28 Oct 2010 18:58:57 +0000 (18:58 +0000)
committerjzhou <jzhou>
Thu, 28 Oct 2010 18:58:57 +0000 (18:58 +0000)
commit586b9416b551468db00febb1b0ec923d7bc0e369
tree7aa7036595e2ff08b4c37ceacdd4553333b0282d
parent499cb894e4d95e8f7090ff7603d2c750c48223ef
Don't allocate type number for interfaces so that we do not need allocate lines in the virtual method table for interfaces and the virtual method table can be tight.
Robust/src/IR/ClassDescriptor.java
Robust/src/IR/Flat/BuildCode.java
Robust/src/IR/State.java
Robust/src/IR/Tree/BuildIR.java
Robust/src/IR/Virtual.java
Robust/src/Parse/java14.cup
Robust/src/Tests/InterfaceTest.java