view CHANGELOG.html @ 13914:a8ff7d969666

LoadJavaMirrorWithKlassPhase: ConstantLocationNode.create already adds the node to the graph, remove redundant call to graph.unique.
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 07 Feb 2014 17:46:38 +0100
parents b124e22eb772
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>