vm/src/main/java/org/apidesign/vm4brwsr/VMLazy.java
Thu, 03 Jan 2013 11:29:22 +0100 Using 'o' instead of full name of java.lang.Object
Thu, 03 Jan 2013 11:20:40 +0100 Using 's' instead of Ljava_lang_String_2
Thu, 20 Dec 2012 21:39:16 +0100 Loaded classes need to have their static initializes invoked. Before accessing static field of a class, initializers need to be executed as well.
Mon, 17 Dec 2012 09:21:55 +0100 Lazy functions need to remember whether they need to create instance or not
Tue, 11 Dec 2012 10:14:08 +0100 Print line number of the error
Tue, 11 Dec 2012 09:39:42 +0100 New lines to make the JavaScript a bit more readable
Fri, 07 Dec 2012 10:07:59 +0100 Making ready for recursive calls. Providng proper conversions from and to '/', '.' and '_'
Fri, 07 Dec 2012 06:29:54 +0100 Lazy loading is now part of GenJS