comparison CHANGELOG.md @ 15604:d556971b409c

Merge.
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 May 2014 23:27:28 +0200
parents b7fb36e57da8 2a5f05654bc6
children 50fbda571d99
comparison
equal deleted inserted replaced
15603:b7fb36e57da8 15604:d556971b409c
3 ## `tip` 3 ## `tip`
4 ### Graal 4 ### Graal
5 * Made initialization of Graal runtime lazy in hosted mode. 5 * Made initialization of Graal runtime lazy in hosted mode.
6 6
7 ### Truffle 7 ### Truffle
8 * `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`)
8 * ... 9 * ...
9 10
10 ## Version 0.3 11 ## Version 0.3
11 9-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.3) 12 9-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.3)
12 13
72 73
73 ### Truffle 74 ### Truffle
74 75
75 * Initial version of a multi-language framework on top of Graal. 76 * Initial version of a multi-language framework on top of Graal.
76 * Update of the [Truffle Inlining API](http://mail.openjdk.java.net/pipermail/graal-dev/2014-January/001516.html). 77 * Update of the [Truffle Inlining API](http://mail.openjdk.java.net/pipermail/graal-dev/2014-January/001516.html).
77