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

Mon, 25 Jan 2016 05:14:25 +0100accessField doesn't need the second argument, it can compute it from the 3rd
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 05:14:25 +0100] rev 1855
accessField doesn't need the second argument, it can compute it from the 3rd