comparison CHANGELOG.md @ 15370:319deee16746

add support for matching multiple HIR nodes when lowering to LIR
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 24 Apr 2014 12:00:54 -0700
parents 78f1a1a70628
children dd624471bd30
comparison
equal deleted inserted replaced
15369:24d4b669756e 15370:319deee16746
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.