Fri, 29 Apr 2016 07:17:38 +0200Exclude dependencies that aren't needed during runtime in a browser
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 29 Apr 2016 07:17:38 +0200] rev 1959
Exclude dependencies that aren't needed during runtime in a browser

Thu, 28 Apr 2016 07:13:00 +0200Convert content of array properly before entering JavaScript
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Apr 2016 07:13:00 +0200] rev 1958
Convert content of array properly before entering JavaScript

Thu, 28 Apr 2016 06:21:04 +0200Exclude classes needed only when running on classical JVM
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Apr 2016 06:21:04 +0200] rev 1957
Exclude classes needed only when running on classical JVM

Thu, 28 Apr 2016 06:09:26 +0200Don't report warnings when generating minified version of bck2brwsr libraries
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Apr 2016 06:09:26 +0200] rev 1956
Don't report warnings when generating minified version of bck2brwsr libraries

Thu, 28 Apr 2016 05:59:32 +0200Merging eval(@JavaScriptBody)
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Apr 2016 05:59:32 +0200] rev 1955
Merging eval(@JavaScriptBody)

Thu, 28 Apr 2016 05:58:47 +0200Evaluate the JavaScriptResource scripts in a global scope EvalResource
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Apr 2016 05:58:47 +0200] rev 1954
Evaluate the JavaScriptResource scripts in a global scope

Thu, 28 Apr 2016 05:54:52 +0200Only eval @JavaScriptBody resources, no other ones as those usually refer to internals of the VM EvalResource
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Apr 2016 05:54:52 +0200] rev 1953
Only eval @JavaScriptBody resources, no other ones as those usually refer to internals of the VM

Wed, 27 Apr 2016 18:14:25 +0200eval(@JavaScriptResource) as string to prevent double obfuscation EvalResource
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Apr 2016 18:14:25 +0200] rev 1952
eval(@JavaScriptResource) as string to prevent double obfuscation

Sun, 24 Jan 2016 17:00:17 +0100Essential speedup when reading fields FasterSieve
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Jan 2016 17:00:17 +0100] rev 1951
Essential speedup when reading fields

Sun, 24 Jan 2016 14:31:36 +0100Frequent access to mod32 operation defined on the Number.prototype is slowing things down significanty. FasterSieve
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Jan 2016 14:31:36 +0100] rev 1950
Frequent access to mod32 operation defined on the Number.prototype is slowing things down significanty.