comparison CHANGELOG.md @ 22168:dc9761fa03d7

CHANGELOG: SSA LIR is now default.
author Josef Eisl <josef.eisl@jku.at>
date Wed, 08 Jul 2015 10:56:31 +0200
parents 1e9242c9735e
children af6cc957bf04
comparison
equal deleted inserted replaced
22167:07123623b5e1 22168:dc9761fa03d7
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 7 ### Graal
8 * Add experimental support constructing low-level IR in SSA form. 8 * Add support for constructing low-level IR in SSA form (default behavior).
9 * Add experimental support for SSA linear scan register allocation. 9 * Add support for SSA linear scan register allocation (default behavior).
10 ... 10 ...
11 11
12 ### Truffle 12 ### Truffle
13 ... 13 ...
14 14