view CHANGELOG.html @ 13879:b124e22eb772 graal-0.1

Initial changelog.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 05 Feb 2014 14:28:53 +0100
parents
children
line wrap: on
line source

<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>