comparison CHANGELOG.md @ 18409:d405651001d1

Truffle: add object API to truffle distribution, update changelog
author Andreas Woess <andreas.woess@jku.at>
date Tue, 18 Nov 2014 23:11:00 +0100
parents 104be1322fb7
children 0e794bf2decb
comparison
equal deleted inserted replaced
18408:2c3666f44855 18409:d405651001d1
20 * Removed `FrameTypeConversion` interface and changed the corresponding `FrameDescriptor` constructor to have a default value parameter instead. 20 * Removed `FrameTypeConversion` interface and changed the corresponding `FrameDescriptor` constructor to have a default value parameter instead.
21 * Removed `CompilerDirectives.unsafeFrameCast` (equivalent to a `(MaterializedFrame)` cast). 21 * Removed `CompilerDirectives.unsafeFrameCast` (equivalent to a `(MaterializedFrame)` cast).
22 * Added `TruffleRuntime#getCapability` API method. 22 * Added `TruffleRuntime#getCapability` API method.
23 * Added `NodeInterface` and allowed child field to be declared with interfaces that extend it. 23 * Added `NodeInterface` and allowed child field to be declared with interfaces that extend it.
24 * Added `CompilerOptions` and allowed it to be set for `ExecutionContext` and `RootNode`. 24 * Added `CompilerOptions` and allowed it to be set for `ExecutionContext` and `RootNode`.
25 * Added experimental object API.
25 * ... 26 * ...
26 27
27 ## Version 0.5 28 ## Version 0.5
28 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5) 29 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5)
29 ### Graal 30 ### Graal