comparison CHANGELOG.md @ 23296:2bd7d1d8acd4 graal-0.12

updated CHANGELOG.md for 0.12 release
author Doug Simon <doug.simon@oracle.com>
date Tue, 12 Jan 2016 15:33:25 +0100
parents 2643ba182e6f
children
comparison
equal deleted inserted replaced
23295:22f57623221f 23296:2bd7d1d8acd4
1 # Graal Changelog 1 # Graal Changelog
2 2
3 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. 3 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.
4 4
5 ## `tip` 5 ## Version 0.12
6 ... 6 * Added initial code for AArch64 port.
7 * Moved @ServiceProvider mechanism from JVMCI to Graal.
7 8
8 ## Version 0.11 9 ## Version 0.11
9 23-Dec-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal-compiler/shortlog/graal-0.11) 10 23-Dec-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal-compiler/shortlog/graal-0.11)
10 * Moved support for command line options from JVMCI to Graal. 11 * Moved support for command line options from JVMCI to Graal.
11 * Made invocation plugin initialization lazy: plugins for a class are initialized first time compiler parses a method in the class. 12 * Made invocation plugin initialization lazy: plugins for a class are initialized first time compiler parses a method in the class.