comparison CHANGELOG.md @ 17080:2476180699f6

Truffle: change log entry for TruffleCompilationExceptionsAreThrown.
author Chris Seaton <chris.seaton@oracle.com>
date Tue, 09 Sep 2014 20:22:11 +0100
parents 97d0508b7cf1
children ae5b66255083
comparison
equal deleted inserted replaced
17079:b06b4dee86d5 17080:2476180699f6
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`. 9 * Added `NeverValidAssumption` to complement `AlwaysValidAssumption`.
10 * Fixed a bug in `AssumedValue` that may not invalidate correctly. 10 * Fixed a bug in `AssumedValue` that may not invalidate correctly.
11 * New option, TruffleCompilationExceptionsAreThrown, that will throw a OptimizationFailedException for compiler errors.
11 12
12 ## Version 0.4 13 ## Version 0.4
13 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)
14 ### Graal 15 ### Graal
15 * Made initialization of Graal runtime lazy in hosted mode. 16 * Made initialization of Graal runtime lazy in hosted mode.