comparison CHANGELOG.md @ 17087:4faf9bdb9973

Merge
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 09 Sep 2014 14:31:36 -0700
parents 2476180699f6
children ae5b66255083
comparison
equal deleted inserted replaced
17086:82b5a7250a0d 17087:4faf9bdb9973
4 ### Graal 4 ### Graal
5 * ... 5 * ...
6 6
7 ### Truffle 7 ### Truffle
8 * Added TruffleRuntime#getCallTargets() to get all call targets that were created and are still referenced. 8 * Added TruffleRuntime#getCallTargets() to get all call targets that were created and are still referenced.
9 * Added `NeverValidAssumption` to complement `AlwaysValidAssumption`.
10 * Fixed a bug in `AssumedValue` that may not invalidate correctly.
11 * New option, TruffleCompilationExceptionsAreThrown, that will throw a OptimizationFailedException for compiler errors.
9 12
10 ## Version 0.4 13 ## Version 0.4
11 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.4) 14 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.4)
12 ### Graal 15 ### Graal
13 * Made initialization of Graal runtime lazy in hosted mode. 16 * Made initialization of Graal runtime lazy in hosted mode.