Sat, 05 Mar 2016 08:47:12 +0100Let's iterate over smaller number to pass the test on slow computers
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 05 Mar 2016 08:47:12 +0100] rev 1885
Let's iterate over smaller number to pass the test on slow computers

Sat, 05 Mar 2016 08:45:21 +0100Slightly more robust parsing code
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 05 Mar 2016 08:45:21 +0100] rev 1884
Slightly more robust parsing code

Fri, 04 Mar 2016 06:09:52 +0100Adjusting the versions so the build succeeds with retrolambda 2.1.0
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 04 Mar 2016 06:09:52 +0100] rev 1883
Adjusting the versions so the build succeeds with retrolambda 2.1.0

Thu, 03 Mar 2016 06:17:20 +0100Tests for interfaces with default methods implemented by lamda functions
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 03 Mar 2016 06:17:20 +0100] rev 1882
Tests for interfaces with default methods implemented by lamda functions

Thu, 03 Mar 2016 06:03:06 +0100Switching to most recent version of retrolamda: 2.1.0
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 03 Mar 2016 06:03:06 +0100] rev 1881
Switching to most recent version of retrolamda: 2.1.0

Sat, 30 Jan 2016 20:45:41 +0100Depend on jbox2d-osgi module
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 30 Jan 2016 20:45:41 +0100] rev 1880
Depend on jbox2d-osgi module

Sat, 30 Jan 2016 20:45:13 +0100Allow access to rt.jar classes
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 30 Jan 2016 20:45:13 +0100] rev 1879
Allow access to rt.jar classes

Sat, 30 Jan 2016 18:49:26 +0100Speeding up array access
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 30 Jan 2016 18:49:26 +0100] rev 1878
Speeding up array access

Sat, 30 Jan 2016 18:33:49 +0100Adding JBox2D sample into our benchmarks
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 30 Jan 2016 18:33:49 +0100] rev 1877
Adding JBox2D sample into our benchmarks

Wed, 27 Jan 2016 23:33:22 +0100[maven-release-plugin] prepare for next development iteration
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 23:33:22 +0100] rev 1876
[maven-release-plugin] prepare for next development iteration

Wed, 27 Jan 2016 23:33:22 +0100[maven-release-plugin] copy for tag release-0.17
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 23:33:22 +0100] rev 1875
[maven-release-plugin] copy for tag release-0.17

Wed, 27 Jan 2016 23:33:22 +0100[maven-release-plugin] prepare release release-0.17 release-0.17
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 23:33:22 +0100] rev 1874
[maven-release-plugin] prepare release release-0.17

Wed, 27 Jan 2016 22:46:04 +0100Encapsulating access to lower 32-bits of a long number
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 22:46:04 +0100] rev 1873
Encapsulating access to lower 32-bits of a long number

Wed, 27 Jan 2016 21:37:10 +0100Speeding up sieve with long numbers by directly resolving high32
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 21:37:10 +0100] rev 1872
Speeding up sieve with long numbers by directly resolving high32

Wed, 27 Jan 2016 21:24:22 +0100Direct access to compare64 as well
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 21:24:22 +0100] rev 1871
Direct access to compare64 as well

Wed, 27 Jan 2016 21:17:44 +0100neg64 is statically resolved now
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 21:17:44 +0100] rev 1870
neg64 is statically resolved now

Wed, 27 Jan 2016 20:57:20 +0100Turning shifts into direct operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 20:57:20 +0100] rev 1869
Turning shifts into direct operations

Wed, 27 Jan 2016 20:45:14 +0100Direct reimplementation of mod64, and64, or64, xor64 functions
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 20:45:14 +0100] rev 1868
Direct reimplementation of mod64, and64, or64, xor64 functions

Wed, 27 Jan 2016 20:30:33 +0100Providing direct resolution for add64, sub64, mul64, div64 functions
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 20:30:33 +0100] rev 1867
Providing direct resolution for add64, sub64, mul64, div64 functions

Wed, 27 Jan 2016 06:46:03 +0100Introducing Number.prototype.__bit64 with all 64-bit operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 06:46:03 +0100] rev 1866
Introducing Number.prototype.__bit64 with all 64-bit operations

Tue, 26 Jan 2016 08:43:29 +0100Providing accessors for 64-bit arithmetic operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 08:43:29 +0100] rev 1865
Providing accessors for 64-bit arithmetic operations

Tue, 26 Jan 2016 07:28:25 +0100Restrict the result of integer negation to 32-bits
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 07:28:25 +0100] rev 1864
Restrict the result of integer negation to 32-bits

Tue, 26 Jan 2016 06:57:30 +0100Access the static fields via the access method
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 06:57:30 +0100] rev 1863
Access the static fields via the access method

Tue, 26 Jan 2016 05:54:37 +0100Extracting direct references to 64-bit operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 05:54:37 +0100] rev 1862
Extracting direct references to 64-bit operations

Tue, 26 Jan 2016 04:42:06 +0100Each launcher should be used only once
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 04:42:06 +0100] rev 1861
Each launcher should be used only once

Tue, 26 Jan 2016 04:36:23 +0100JavaScript in a browser can be at most three times slower than HotSpot when computing five or ten thousands of prime numbers
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 04:36:23 +0100] rev 1860
JavaScript in a browser can be at most three times slower than HotSpot when computing five or ten thousands of prime numbers

Mon, 25 Jan 2016 08:16:33 +0100The changes to number arithmetic deserve new magic header
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 08:16:33 +0100] rev 1859
The changes to number arithmetic deserve new magic header

Mon, 25 Jan 2016 08:14:42 +0100Speeding up sieve by directly resolving all 32-bit number operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 08:14:42 +0100] rev 1858
Speeding up sieve by directly resolving all 32-bit number operations

Mon, 25 Jan 2016 06:40:40 +0100Some operations are faster when included in the generated code rather than dispatched to Number.prototype
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 06:40:40 +0100] rev 1857
Some operations are faster when included in the generated code rather than dispatched to Number.prototype

Mon, 25 Jan 2016 05:53:21 +0100Resolving field access during compilation time
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 05:53:21 +0100] rev 1856
Resolving field access during compilation time