diff CHANGELOG.md @ 15606:357e7202de5b

Merge with d556971b409ca9f5ff13900d8b7b82549fd1f17a
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Mon, 12 May 2014 21:29:29 -0700
parents d556971b409c
children 50fbda571d99
line wrap: on
line diff
--- a/CHANGELOG.md	Mon May 12 20:17:25 2014 -0700
+++ b/CHANGELOG.md	Mon May 12 21:29:29 2014 -0700
@@ -2,6 +2,16 @@
 
 ## `tip`
 ### Graal
+* Made initialization of Graal runtime lazy in hosted mode.
+
+### Truffle
+* `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`)
+* ...
+
+## Version 0.3
+9-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.3)
+
+### Graal
 * Explicit support for oop compression/uncompression in high level graph.
 * LIRGenerator refactoring.
 * Explicit types for inputs (InputType enum).
@@ -9,18 +19,16 @@
 * Transitioned to JDK 8 as minimum JDK level for Graal.
 * Added support for stack introspection.
 * New MatchRule facility to convert multiple HIR nodes into specialized LIR
-* ...
 
 ### Truffle
 * The method `CallTarget#call` takes now a variable number of Object arguments.
-* Support for collecting stack traces and for accessing the current frame in slow paths.
+* Support for collecting stack traces and for accessing the current frame in slow paths (see `TruffleRuntime#getStackTrace`).
 * Renamed `CallNode` to `DirectCallNode`.
 * Renamed `TruffleRuntime#createCallNode` to `TruffleRuntime#createDirectCallNode`.
 * Added `IndirectCallNode` for calls with a changing `CallTarget`.
 * Added `TruffleRuntime#createIndirectCallNode` to create an `IndirectCallNode`.
 * `DirectCallNode#inline` was renamed to `DirectCallNode#forceInlining()`.
 * Removed deprecated `Node#adoptChild`.
-* ...
 
 ## Version 0.2
 25-Mar-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.2)
@@ -67,4 +75,3 @@
 
 * Initial version of a multi-language framework on top of Graal.
 * Update of the [Truffle Inlining API](http://mail.openjdk.java.net/pipermail/graal-dev/2014-January/001516.html).
-