comparison CHANGELOG.md @ 21240:1e9242c9735e

Introduce SSALinearScan and SSAMoveResolver.
author Josef Eisl <josef.eisl@jku.at>
date Tue, 05 May 2015 11:56:10 +0200
parents 485ed7778c97
children 7f5cf6b167f1
comparison
equal deleted inserted replaced
21239:ad3a3c192be6 21240:1e9242c9735e
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 experimental support constructing low-level IR in SSA form.
9 * Add experimental support for SSA linear scan register allocation.
9 ... 10 ...
10 11
11 ### Truffle 12 ### Truffle
12 ... 13 ...
13 14