Sat, 28 Feb 2015 05:29:03 +0100[maven-release-plugin] copy for tag release-0.14
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Feb 2015 05:29:03 +0100] rev 1803
[maven-release-plugin] copy for tag release-0.14

Sat, 28 Feb 2015 05:29:03 +0100[maven-release-plugin] prepare release release-0.14 release-0.14
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Feb 2015 05:29:03 +0100] rev 1802
[maven-release-plugin] prepare release release-0.14

Fri, 27 Feb 2015 20:55:00 +0100Keeping references to classes in variables seems to optimize things a bit
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 20:55:00 +0100] rev 1801
Keeping references to classes in variables seems to optimize things a bit

Fri, 27 Feb 2015 19:28:07 +0100Probably faster to use the conditional operator than to call additional compact function
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 19:28:07 +0100] rev 1800
Probably faster to use the conditional operator than to call additional compact function

Fri, 27 Feb 2015 18:55:06 +0100Merging tests execution into single browser window
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 18:55:06 +0100] rev 1799
Merging tests execution into single browser window

Fri, 27 Feb 2015 18:11:54 +0100addIfMissing to iterate over the array just once
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 18:11:54 +0100] rev 1798
addIfMissing to iterate over the array just once

Fri, 27 Feb 2015 13:50:37 +0100V8 has occational problems with Array.prototype.slice.call. Replacing it with directly enumerated parameters.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 13:50:37 +0100] rev 1797
V8 has occational problems with Array.prototype.slice.call. Replacing it with directly enumerated parameters.

Fri, 27 Feb 2015 12:06:58 +0100V8 has problems optimizing try/catch. Putting such construct into methods that is always called was certainly not the brightest idea.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 12:06:58 +0100] rev 1796
V8 has problems optimizing try/catch. Putting such construct into methods that is always called was certainly not the brightest idea.

Fri, 27 Feb 2015 10:52:26 +0100Flush mapper before pushing back a result of (virtual) method invocation. The static method call was already doing that.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 10:52:26 +0100] rev 1795
Flush mapper before pushing back a result of (virtual) method invocation. The static method call was already doing that.

Fri, 27 Feb 2015 10:41:40 +0100First StackMapper test
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 10:41:40 +0100] rev 1794
First StackMapper test