comparison CHANGELOG.md @ 21262:3aea74e5ada2

Merge
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 06 May 2015 12:14:30 -0700
parents 1e9242c9735e
children 7f5cf6b167f1
comparison
equal deleted inserted replaced
21261:8bae587f0efe 21262:3aea74e5ada2
2 2
3 This changelog summarizes major changes between Graal versions relevant to languages implementors building upon the Truffle framework and developers building technology on top of Graal. The main focus is on APIs exported by Graal and Truffle. 3 This changelog summarizes major changes between Graal versions relevant to languages implementors building upon the Truffle framework and developers building technology on top of Graal. The main focus is on APIs exported by Graal and Truffle.
4 4
5 5
6 ## `tip` 6 ## `tip`
7 ### Graal
8 * Add experimental support constructing low-level IR in SSA form.
9 * Add experimental support for SSA linear scan register allocation.
10 ...
11
12 ### Truffle
7 ... 13 ...
8 14
9 ## Version 0.7 15 ## Version 0.7
10 29-Apr-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.7) 16 29-Apr-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.7)
11 ### Graal 17 ### Graal