Wed, 07 May 2014 16:47:24 +0200Separating the unzipping functionality into own module. Step one. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 16:47:24 +0200] rev 1549
Separating the unzipping functionality into own module. Step one.

Wed, 07 May 2014 11:55:06 +0200String.toCharArray is known to be painfully slow. Avoiding it as much as possible and dead code which was referencing it closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 11:55:06 +0200] rev 1548
String.toCharArray is known to be painfully slow. Avoiding it as much as possible and dead code which was referencing it

Wed, 07 May 2014 11:41:41 +0200Encode package-info into package_0002dinfo closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 11:41:41 +0200] rev 1547
Encode package-info into package_0002dinfo

Wed, 07 May 2014 11:39:31 +0200Copying to char array is expensive operation avoid it closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 11:39:31 +0200] rev 1546
Copying to char array is expensive operation avoid it

Wed, 07 May 2014 11:05:07 +0200Testing behavior of second constructor on the stack closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 11:05:07 +0200] rev 1545
Testing behavior of second constructor on the stack

Wed, 07 May 2014 10:45:42 +0200Test to verify constructors don't need special register closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 10:45:42 +0200] rev 1544
Test to verify constructors don't need special register

Wed, 07 May 2014 10:01:54 +0200Shortening constructor calls and access to arrays closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 10:01:54 +0200] rev 1543
Shortening constructor calls and access to arrays

Wed, 07 May 2014 09:38:30 +0200Simplifying the link function closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 09:38:30 +0200] rev 1542
Simplifying the link function

Wed, 07 May 2014 08:49:54 +0200Methods in Array are shared between different VMs, but other types like Integer, or Float, aren't. Need to be careful when using equality then closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 08:49:54 +0200] rev 1541
Methods in Array are shared between different VMs, but other types like Integer, or Float, aren't. Need to be careful when using equality then

Tue, 06 May 2014 17:47:45 +0200Continuing work on launcher unification closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 17:47:45 +0200] rev 1540
Continuing work on launcher unification