vm/src/test/java/org/apidesign/vm4brwsr/CompareVMs.java
Wed, 12 Dec 2012 09:09:42 +0100 Merging lazyvm into default branch - it seems to be stable enough to be used.
Tue, 11 Dec 2012 11:05:06 +0100 VM in VM properly processes class constants
Tue, 11 Dec 2012 09:36:44 +0100 Creating Bck2Brwsr entrypoint to for those who wish to generate their JavaScript based Java VM
Mon, 10 Dec 2012 12:03:22 +0100 Cache the compiled code per class, not globally
Mon, 10 Dec 2012 11:26:32 +0100 Proper behaviour of endsWith and associated test
Fri, 07 Dec 2012 14:10:37 +0100 Bringing the support for ordering to the lazyvm branch, so all existing tests pass OK
Fri, 07 Dec 2012 10:35:31 +0100 Specify dependency between the test run and comparing the results
Thu, 06 Dec 2012 22:02:10 +0100 The loadClass method accept class name with dots
Thu, 06 Dec 2012 21:54:40 +0100 Access the method via bck2brwsr
Thu, 06 Dec 2012 16:13:03 +0100 Infrastructure for comparing runs in Hotspot as well as bck2brwsr VMs. Just use @Compare and CompareVMs.create