changeset 22923:27a5f571b013

updated CHANGELOG.md
author Doug Simon <doug.simon@oracle.com>
date Mon, 02 Nov 2015 13:18:31 +0100
parents 42b2c81a99e1
children 8adfe7597660
files CHANGELOG.md
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Mon Nov 02 11:36:45 2015 +0100
+++ b/CHANGELOG.md	Mon Nov 02 13:18:31 2015 +0100
@@ -3,7 +3,11 @@
 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.
 
 ## `tip`
-...
+* All JVMCI (and HotSpot) code has been split out into a [separate repository](http://hg.openjdk.java.net/graal/graal-jvmci-8/).
+* JVMCI code is now in idk.vm.ci.* name space.
+* Graal now works 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.
 
 ## Version 0.8
 15-Jul-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.8)