comparison CHANGELOG.md @ 18389:104be1322fb7

Truffle: CHANGELOG entry for CompilerOptions.
author Chris Seaton <chris.seaton@oracle.com>
date Sun, 16 Nov 2014 16:08:57 -0800
parents 966034c24f0e
children d405651001d1
comparison
equal deleted inserted replaced
18388:c1eeb1658014 18389:104be1322fb7
19 * Added RootNode#getExecutionContext to identify nodes with languages 19 * Added RootNode#getExecutionContext to identify nodes with languages
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 * ... 25 * ...
25 26
26 ## Version 0.5 27 ## Version 0.5
27 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5) 28 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5)
28 ### Graal 29 ### Graal