comparison CHANGELOG.md @ 15399:40d0022115ee

Merge.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 28 Apr 2014 11:18:15 +0200
parents 319deee16746
children dd624471bd30
comparison
equal deleted inserted replaced
15398:3dde8d8c95b8 15399:40d0022115ee
5 * Explicit support for oop compression/uncompression in high level graph. 5 * Explicit support for oop compression/uncompression in high level graph.
6 * LIRGenerator refactoring. 6 * LIRGenerator refactoring.
7 * Explicit types for inputs (InputType enum). 7 * Explicit types for inputs (InputType enum).
8 * Added graal.version system property to Graal enabled VM builds. 8 * Added graal.version system property to Graal enabled VM builds.
9 * Transitioned to JDK 8 as minimum JDK level for Graal. 9 * Transitioned to JDK 8 as minimum JDK level for Graal.
10 * Added support for stack introspection 10 * Added support for stack introspection.
11 * New MatchRule facility to convert multiple HIR nodes into specialized LIR
11 * ... 12 * ...
12 13
13 ### Truffle 14 ### Truffle
14 * Support for collecting stack traces and for accessing the current frame in slow paths 15 * The method CallTarget#call takes now a variable number of Object arguments.
16 * Support for collecting stack traces and for accessing the current frame in slow paths.
17 * Renamed CallNode to DirectCallNode.
18 * Renamed TruffleRuntime#createCallNode to TruffleRuntime#createDirectCallNode.
19 * Added IndirectCallNode for calls with a changing CallTarget.
20 * Added TruffleRuntime#createIndirectCallNode to create an IndirectCallNode.
21 * DirectCallNode#inline was renamed to DirectCallNode#forceInlining().
15 * ... 22 * ...
16 23
17 ## Version 0.2 24 ## Version 0.2
18 25-Mar-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.2) 25 25-Mar-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.2)
19 26