rt/vm/src/main/java/org/apidesign/vm4brwsr/StackMapper.java
Mon, 17 Feb 2014 07:54:35 +0100 Don't clear the stack mapping when doing a cast
Sat, 15 Feb 2014 20:18:26 +0100 Eliminates use of stack in empty super constructor call
Sat, 15 Feb 2014 17:30:47 +0100 Removing dead code
Sat, 15 Feb 2014 17:23:24 +0100 Keep the state of registers in an array and flush it later
Sat, 15 Feb 2014 15:47:28 +0100 Enough to index by depth, no need to have separate counters for each type
Sat, 15 Feb 2014 14:36:43 +0100 Centralizing the stack pushes into single assign method
Mon, 04 Mar 2013 19:20:40 +0100 Moving the bytecode parser into a single class inside the vm module - Nexus does not like modules without javadoc and I certainly don't want to publish javadoc for the former javap
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository