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