comparison CHANGELOG.md @ 18220:890d284b2771

Truffle: add TruffleRuntime#getCapability method
author Andreas Woess <andreas.woess@jku.at>
date Thu, 30 Oct 2014 17:04:16 +0100
parents 4a8dd0fdcc38
children 1f3ab088d958
comparison
equal deleted inserted replaced
18219:4a8dd0fdcc38 18220:890d284b2771
31 * Added `NeverValidAssumption` to complement `AlwaysValidAssumption`. 31 * Added `NeverValidAssumption` to complement `AlwaysValidAssumption`.
32 * Fixed a bug in `AssumedValue` that may not invalidate correctly. 32 * Fixed a bug in `AssumedValue` that may not invalidate correctly.
33 * New option, `-G:+/-TruffleCompilationExceptionsAreThrown`, that will throw an `OptimizationFailedException` for compiler errors. 33 * New option, `-G:+/-TruffleCompilationExceptionsAreThrown`, that will throw an `OptimizationFailedException` for compiler errors.
34 * Removed `FrameTypeConversion` interface and changed the corresponding `FrameDescriptor` constructor to have a default value parameter instead. 34 * Removed `FrameTypeConversion` interface and changed the corresponding `FrameDescriptor` constructor to have a default value parameter instead.
35 * Removed `CompilerDirectives.unsafeFrameCast` (equivalent to a `(MaterializedFrame)` cast). 35 * Removed `CompilerDirectives.unsafeFrameCast` (equivalent to a `(MaterializedFrame)` cast).
36 * Added `TruffleRuntime#getCapability` API method.
36 37
37 ## Version 0.4 38 ## Version 0.4
38 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.4) 39 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.4)
39 ### Graal 40 ### Graal
40 * Made initialization of Graal runtime lazy in hosted mode. 41 * Made initialization of Graal runtime lazy in hosted mode.