changeset 13879:b124e22eb772 graal-0.1

Initial changelog.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 05 Feb 2014 14:28:53 +0100
parents 64b9375246e4
children 4c2f5b7deb6c
files CHANGELOG.html
diffstat 1 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CHANGELOG.html	Wed Feb 05 14:28:53 2014 +0100
@@ -0,0 +1,34 @@
+<h1>GraalVM Changelog</h1>
+
+<h2>Tip</h2>
+<ul>
+<li>
+<b>Graal</b>
+<ul>
+<li>...</li>
+</ul>
+</li>
+<li>
+<b>Truffle</b>
+<ul>
+<li>...</li>
+</ul>
+</li></ul>
+<h2>Version 0.1</h2>
+<ul>
+<li>
+<b>Graal</b>
+<ul>
+<li>Initial version of a dynamic Java compiler written in Java.</li>
+<li>Support for multiple co-existing GPU backends (<a href="https://bugs.openjdk.java.net/browse/GRAAL-1">GRAAL-1</a>).</li>
+<li>Fixed a compiler bug when running RuneScape (<a href="https://bugs.openjdk.java.net/browse/GRAAL-7">GRAAL-7</a>).</li>
+<li>Bug fixes (<a href="https://bugs.openjdk.java.net/browse/GRAAL-4">GRAAL-4</a>, <a href="https://bugs.openjdk.java.net/browse/GRAAL-5">GRAAL-5</a>).</li>
+</ul>
+</li>
+<li>
+<b>Truffle</b>
+<ul>
+<li>Initial version of a multi-language framework on top of Graal. </li>
+<li>Update of the <a href="http://mail.openjdk.java.net/pipermail/graal-dev/2014-January/001516.html">Truffle inlining API</a>.</li>
+</ul>
+</li></ul>