comparison CHANGELOG.md @ 15451:3774b6f4319b

Merge with 2f684eda1938cc92a72a35461c8d00f1871fe389
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 29 Apr 2014 12:43:27 -0700
parents 319deee16746
children dd624471bd30
comparison
equal deleted inserted replaced
15450:be0c151d912b 15451:3774b6f4319b
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 * The method CallTarget#call takes now a variable number of Object arguments. 15 * The method CallTarget#call takes now a variable number of Object arguments.
15 * Support for collecting stack traces and for accessing the current frame in slow paths. 16 * Support for collecting stack traces and for accessing the current frame in slow paths.