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.
Fri, 27 Feb 2015 10:41:40 +0100 Jaroslav Tulach First StackMapper test
Thu, 26 Feb 2015 19:41:08 +0100 Jaroslav Tulach A bit more reasonable toString() describing real content on the stack
Thu, 26 Feb 2015 19:19:59 +0100 Jaroslav Tulach More defensive parsing of locale. It can have just the country segment.
Thu, 26 Feb 2015 16:08:21 +0100 Jaroslav Tulach Few more test to ensure behavior of StringArray is OK
Wed, 25 Feb 2015 11:32:32 +0100 Jaroslav Tulach Use manually specified exports when generating libraries
Wed, 25 Feb 2015 11:31:50 +0100 Jaroslav Tulach Place the library scripts next to the main script
Tue, 24 Feb 2015 11:19:25 +0100 Jaroslav Tulach Cleanup up dependecies. Especially using managed version of testng.
Tue, 24 Feb 2015 11:12:53 +0100 Jaroslav Tulach Using year range 2012-2015 in copyright header
Tue, 24 Feb 2015 11:11:34 +0100 Jaroslav Tulach Missing parent specification prevented the license plugin to finish properly on aggregate of all projects
Tue, 24 Feb 2015 11:01:47 +0100 Jaroslav Tulach The closure compiler was broken due to presence of old version of sisu-guava. Exclude and test minification works on JavaQuery API.
Mon, 23 Feb 2015 09:00:13 +0100 Jaroslav Tulach Be ready for undefined navigator object
Mon, 23 Feb 2015 08:38:32 +0100 Jaroslav Tulach Showing how to invoke the Bck2Brwsr.newCompiler and fixing Javadoc lints
Sun, 22 Feb 2015 09:00:53 +0100 Jaroslav Tulach Merging in the Locale.getDefault fix
Sun, 22 Feb 2015 09:00:14 +0100 Jaroslav Tulach Locale.getDefault() reads real value from navigator.language & co.
Mon, 09 Feb 2015 21:30:04 +0100 Jaroslav Tulach Use shorter access to own class
Mon, 09 Feb 2015 20:36:12 +0100 Jaroslav Tulach Support for updaters updating field in the same class that defines them
Mon, 09 Feb 2015 20:32:36 +0100 Jaroslav Tulach Merging in new JDK classes for emulation: Updaters
Tue, 03 Feb 2015 12:30:20 +0100 Jaroslav Tulach Only skip class files, otherwise it is not possible to re-run testcases in a browser
Mon, 09 Feb 2015 20:31:09 +0100 Jaroslav Tulach Adding field updaters into the emul library jdk7-b147
Tue, 03 Feb 2015 11:16:33 +0100 Jaroslav Tulach Use invoke rather than hardcoding invocation schema
Tue, 20 Jan 2015 17:23:12 +0100 Jaroslav Tulach Generate the ClassCastException via java.lang.Class as that one is always known to be exported
Tue, 20 Jan 2015 13:01:31 +0100 Jaroslav Tulach Define StictMath as a delegate to Math
Tue, 20 Jan 2015 12:26:35 +0100 Jaroslav Tulach #6658: Need to addReference when accessing non-static field
Sun, 11 Jan 2015 13:20:32 +0100 Jaroslav Tulach Merging recent post 0.13 fixes into trunk
Sun, 11 Jan 2015 13:19:32 +0100 Jaroslav Tulach Upgrading to most recent version of closure compiler prevents warnings about unreachable code in catch blocks
Sun, 11 Jan 2015 09:54:37 +0100 Jaroslav Tulach Honor ignoreBootClassPath attribute in all mojos
Sat, 10 Jan 2015 19:38:00 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sat, 10 Jan 2015 19:38:00 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.13
Sat, 10 Jan 2015 19:38:00 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-0.13 release-0.13
Sat, 10 Jan 2015 08:55:17 +0100 Jaroslav Tulach Use UTF-8 when ahead-of-time compiling libraries into -bck2brwsr.jar artefact
Fri, 09 Jan 2015 21:48:45 +0100 Jaroslav Tulach Close the reader
Fri, 09 Jan 2015 21:38:00 +0100 Jaroslav Tulach Process package-info.java normally
Fri, 09 Jan 2015 20:46:35 +0100 Jaroslav Tulach Always write down the JavaScript file in UTF-8 encoding