Sun, 24 Jan 2016 12:08:45 +0100 Jaroslav Tulach The sieve benchmark makes the testing more real than the fake matrix multiplication
Sat, 26 Dec 2015 08:59:42 +0100 Jaroslav Tulach Document may not be defined in non-browser environments
Sat, 26 Dec 2015 08:51:01 +0100 Jaroslav Tulach Loading 'Class-Path' attributes of scripts relatively to location of the script that is referencing them
Sat, 26 Dec 2015 08:23:24 +0100 Jaroslav Tulach Debug action is the same as run, just with debugging turned on
Sat, 26 Dec 2015 08:22:59 +0100 Jaroslav Tulach Can tell the server to exit
Sat, 26 Sep 2015 07:59:41 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sat, 26 Sep 2015 07:59:40 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.16
Sat, 26 Sep 2015 07:59:40 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.16 release-0.16
Sat, 26 Sep 2015 07:43:45 +0200 Jaroslav Tulach Replace existing .js file when generating new version
Fri, 25 Sep 2015 21:11:17 +0200 Jaroslav Tulach Update to version 1.2.3 of HTML/Java API
Sat, 19 Sep 2015 09:43:59 +0200 Jaroslav Tulach Using latest version of the HTML/Java API
Sun, 13 Sep 2015 22:34:28 +0200 Jaroslav Tulach Adjusting to version 1.2.1 of HTML/Java APIs
Fri, 11 Sep 2015 14:51:09 +0200 Jaroslav Tulach Giving the flow analyzer chance to generate the whole function body flow
Fri, 11 Sep 2015 14:23:06 +0200 Jaroslav Tulach Switching to most recent version of Graal JARs flow
Wed, 02 Sep 2015 23:20:01 +0200 Jaroslav Tulach Consistent mangling of names with underscore
Wed, 02 Sep 2015 06:14:40 +0200 Jaroslav Tulach Switching to new version of HTML/Java API
Sun, 02 Aug 2015 11:56:45 +0200 Jaroslav Tulach Making sure parameters for non-static method invoked by reflection are correct.
Tue, 07 Jul 2015 07:46:52 +0200 Jaroslav Tulach Throwing more of NumberFormatException when parsing numbers
Thu, 25 Jun 2015 08:45:40 +0200 Jaroslav Tulach Control strict usage of pre-generated libraries via a property. Otherwise the Hudson's upload will never succeed!
Fri, 12 Jun 2015 15:18:18 +0200 Jaroslav Tulach Removing unused import
Wed, 27 May 2015 22:47:26 +0200 Jaroslav Tulach Removing spaces at the end of lines and providing support for http.header substitution
Sun, 17 May 2015 14:28:17 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sun, 17 May 2015 14:28:16 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.15
Sun, 17 May 2015 14:28:16 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.15 release-0.15
Sun, 17 May 2015 13:11:31 +0200 Jaroslav Tulach Delegating Double.isNaN to JavaScript isNaN
Sun, 17 May 2015 10:16:42 +0200 Jaroslav Tulach Merging the signed JAR robustness fix.
Sun, 17 May 2015 10:13:05 +0200 Jaroslav Tulach Only ask for inputstream is we know the entry exists. Prevents NPE on signed JAR archives.
Sun, 26 Apr 2015 10:58:52 +0300 Jaroslav Tulach Automatically close the browser windows unless such action gets canceled.
Mon, 20 Apr 2015 10:03:12 +0300 Jaroslav Tulach Regenerate the JS file when it exists, but the original JAR is newer
Wed, 15 Apr 2015 17:21:28 +0200 Jaroslav Tulach Never include @JavaScriptResource files in generated library wrappers
Wed, 15 Apr 2015 14:32:54 +0200 Jaroslav Tulach Can change obfuscation of the minified library - probably only meaningful to use MINIMAL instead of FULL
Wed, 15 Apr 2015 12:29:45 +0200 Jaroslav Tulach Make sure the array component we check is properly referenced from the generated file
Wed, 15 Apr 2015 12:23:59 +0200 Jaroslav Tulach Remove leading / if present
Wed, 15 Apr 2015 11:51:04 +0200 Jaroslav Tulach Remove initial / if present SwitchFlow
Thu, 02 Apr 2015 15:07:24 +0200 Jaroslav Tulach Attempting to use for+switch flow and compare it to current nested-for one. jbox2d seems to preform similarly well. SwitchFlow
Fri, 13 Mar 2015 12:15:54 +0100 Jaroslav Tulach Removing the added dependency. The Mojo does not need Graal dependency currently at all. flow
Fri, 13 Mar 2015 11:59:26 +0100 Jaroslav Tulach First method with flow analyser generated flow
Fri, 13 Mar 2015 11:58:30 +0100 Jaroslav Tulach Cleaning up the test harness flow
Fri, 13 Mar 2015 11:41:04 +0100 Jaroslav Tulach Using the provided flow instead of "gt" & X_nn style flow
Thu, 12 Mar 2015 12:07:54 +0100 Jaroslav Tulach Optimize only simpleLoopTest... method and first check the generated code before compiling it as JavaScript flow
Thu, 12 Mar 2015 11:16:15 +0100 Jaroslav Tulach Need to propagate flow to the goto generating methods flow
Thu, 12 Mar 2015 10:32:13 +0100 Jaroslav Tulach Provides access to the name of method that is being generated flow
Wed, 11 Mar 2015 18:58:39 +0100 Jaroslav Tulach Defining API for registration of a Flow.Analyzer and getting ready for use the one from Graal flow
Wed, 11 Mar 2015 18:41:12 +0100 Jaroslav Tulach Don't bother printing info about abstract methods in non-debug mode
Wed, 11 Mar 2015 16:04:59 +0100 Jaroslav Tulach Print out name of class which compilation failed
Wed, 11 Mar 2015 08:50:51 +0100 Jaroslav Tulach Can run from unpackaged directories. E.g. mvn clean install -DskipTests; mvn test works now on JDK8.
Tue, 10 Mar 2015 20:35:20 +0100 Jaroslav Tulach More defensive type-checks.
Tue, 10 Mar 2015 20:18:55 +0100 Jaroslav Tulach Adding dependency on emul.mini which may be the culprit of failures on the JDK8 builder...
Tue, 10 Mar 2015 20:08:37 +0100 Jaroslav Tulach Report the classpath when InterruptedException cannot be found
Tue, 10 Mar 2015 19:55:52 +0100 Jaroslav Tulach Make sure exceptions that lead to 500 error are reported to console.
Sat, 28 Feb 2015 05:29:04 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sat, 28 Feb 2015 05:29:03 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.14
Sat, 28 Feb 2015 05:29:03 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-0.14 release-0.14
Fri, 27 Feb 2015 20:55:00 +0100 Jaroslav Tulach Keeping references to classes in variables seems to optimize things a bit
Fri, 27 Feb 2015 19:28:07 +0100 Jaroslav Tulach Probably faster to use the conditional operator than to call additional compact function
Fri, 27 Feb 2015 18:55:06 +0100 Jaroslav Tulach Merging tests execution into single browser window
Fri, 27 Feb 2015 18:11:54 +0100 Jaroslav Tulach addIfMissing to iterate over the array just once
Fri, 27 Feb 2015 13:50:37 +0100 Jaroslav Tulach V8 has occational problems with Array.prototype.slice.call. Replacing it with directly enumerated parameters.
Fri, 27 Feb 2015 12:06:58 +0100 Jaroslav Tulach V8 has problems optimizing try/catch. Putting such construct into methods that is always called was certainly not the brightest idea.
Fri, 27 Feb 2015 10:52:26 +0100 Jaroslav Tulach Flush mapper before pushing back a result of (virtual) method invocation. The static method call was already doing that.