view CHANGELOG.md @ 13920:848b50624671

changelog: switch to markdown syntax
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Feb 2014 15:58:10 +0200
parents CHANGELOG.html@b124e22eb772
children d68f5d0c97f0
line wrap: on
line source

# GraalVM Changelog

## `tip`
### Graal
* ...
### Truffle
* ...

## Version 0.1
### Graal

* Initial version of a dynamic Java compiler written in Java.
* Support for multiple co-existing GPU backends ([GRAAL-1](https://bugs.openjdk.java.net/browse/GRAAL-1)).
* Fixed a compiler bug when running RuneScape ([GRAAL-7](https://bugs.openjdk.java.net/browse/GRAAL-7)).
* Bug fixes ([GRAAL-4](https://bugs.openjdk.java.net/browse/GRAAL-4), [GRAAL-5](https://bugs.openjdk.java.net/browse/GRAAL-5)).

### Truffle

* Initial version of a multi-language framework on top of Graal.
* Update of the [Truffle Inlining API](http://mail.openjdk.java.net/pipermail/graal-dev/2014-January/001516.html).