# HG changeset patch # User Doug Simon # Date 1447798556 -3600 # Node ID 795ada9208d8f35991b98bb934f624c70b8a0183 # Parent 970946018219b4afd138eaeaf47b58ef1a37a5de updated changelog for 0.10 diff -r 970946018219 -r 795ada9208d8 CHANGELOG.md --- a/CHANGELOG.md Tue Nov 17 23:10:07 2015 +0100 +++ b/CHANGELOG.md Tue Nov 17 23:15:56 2015 +0100 @@ -1,12 +1,16 @@ -# GraalVM Changelog +# Graal Changelog This changelog summarizes major changes between Graal versions relevant to developers building technology on top of Graal. The main focus is on APIs exported by Graal but other significant performance/stability changes are mentioned as well. ## `tip` +... + +## Version 0.10 +17-Nov-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal-compiler/shortlog/graal-0.10) * Added experimental Trace Register Allocator. * All JVMCI (and HotSpot) code has been moved into a [separate repository](http://hg.openjdk.java.net/graal/graal-jvmci-8/). * JVMCI code is now in jdk.vm.ci.* name space. -* Graal now works on top of a JVMCI enabled JDK9 binary. +* Graal now passes the gate on top of a JVMCI enabled JDK9 binary. * Separate Graal compiler can be specified for Truffle compilation with new `-G:TruffleCompiler` option. * Initialization of the Truffle compiler is delayed until first Truffle compilation request.