Skip to content

Commit

Permalink
Initial changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswue committed Feb 5, 2014
1 parent 784a4be commit cc3dc01
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit cc3dc01

Please sign in to comment.