vm/src/main/java/org/apidesign/vm4brwsr/ByteCodeToJavaScript.java
Tue, 16 Oct 2012 12:42:00 +0200 Fixing license in all files
Tue, 16 Oct 2012 11:55:56 +0200 Concatenation of strings works
Thu, 11 Oct 2012 10:43:17 -0700 Less compilation during test execution
Thu, 11 Oct 2012 10:03:21 -0700 Static methods needs to be in the prototype, as the bytecode can refer to them as being in a subclass
Thu, 11 Oct 2012 04:11:42 -0700 Multiparameter static methods with JavaScriptBody work now
Wed, 10 Oct 2012 16:49:45 -0700 Support reordering of class declarations
Tue, 09 Oct 2012 18:47:42 -0700 Better order of static initializers
Tue, 09 Oct 2012 18:26:23 -0700 push grows the array
Tue, 09 Oct 2012 11:11:58 -0700 Concatenation of string and integer works
Mon, 08 Oct 2012 17:10:27 -0700 Concatanation of strings sort of works (but produces wrong result)
Wed, 03 Oct 2012 08:19:44 -0700 Merging the strings work into the emulation attempt
Wed, 03 Oct 2012 08:05:24 -0700 Annotation to control conversion to JavaScript
Fri, 28 Sep 2012 14:58:21 +0200 Supporting iconst_m1
Fri, 28 Sep 2012 14:45:00 +0200 Understands aconst_null. To achieve that we realized that invokeinterface bytecode is followed by four bytes, not just two.
Fri, 28 Sep 2012 12:58:20 +0200 Unifying the way method names are constructed so they work for arrays as well
Fri, 28 Sep 2012 08:00:05 +0200 instanceOf can also be handled on the level of prototype
Fri, 28 Sep 2012 07:55:15 +0200 Using // for instructions
Fri, 28 Sep 2012 07:52:17 +0200 VMT should be in prototype
Fri, 28 Sep 2012 07:48:24 +0200 Skip private and static methods when generating the VMT
Tue, 25 Sep 2012 17:29:41 +0200 Can we call a filter that takes an object array?
Tue, 25 Sep 2012 14:19:12 +0200 Handle methods that take and return array arguments
Tue, 25 Sep 2012 12:38:07 +0200 Few more instructions
Tue, 25 Sep 2012 12:26:29 +0200 Support for casts
Mon, 24 Sep 2012 11:07:38 +0200 Getting ready for multiple projects inside one Hg repository