rt/emul/mini/src/main/resources/org/apidesign/vm4brwsr/emul/lang/java_lang_Number.js
Wed, 27 Jan 2016 21:24:22 +0100 Direct access to compare64 as well
Wed, 27 Jan 2016 21:17:44 +0100 neg64 is statically resolved now
Wed, 27 Jan 2016 20:57:20 +0100 Turning shifts into direct operations
Wed, 27 Jan 2016 20:45:14 +0100 Direct reimplementation of mod64, and64, or64, xor64 functions
Wed, 27 Jan 2016 20:30:33 +0100 Providing direct resolution for add64, sub64, mul64, div64 functions
Wed, 27 Jan 2016 06:46:03 +0100 Introducing Number.prototype.__bit64 with all 64-bit operations
Mon, 25 Jan 2016 08:14:42 +0100 Speeding up sieve by directly resolving all 32-bit number operations
Mon, 25 Jan 2016 06:40:40 +0100 Some operations are faster when included in the generated code rather than dispatched to Number.prototype
Fri, 27 Feb 2015 19:28:07 +0100 Probably faster to use the conditional operator than to call additional compact function
Wed, 07 Jan 2015 14:17:22 +0100 Using >>> in shr64
Tue, 18 Feb 2014 22:20:50 +0100 More effective replaces on stack
Wed, 09 Oct 2013 14:50:29 +0200 Fix for bug 5408, error in shift operations on Long.
Tue, 02 Apr 2013 12:46:03 +0200 Hide helper objects in enclosing function
Sun, 10 Mar 2013 21:26:22 +0100 Make sure Number method are initialized on all number primitive values soon
Wed, 27 Feb 2013 16:24:42 +0100 Conversion fixes
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository