comparison CHANGELOG.md @ 17185:7169e42f7e1b

updated CHANGELOG.md
author Doug Simon <doug.simon@oracle.com>
date Tue, 23 Sep 2014 13:10:25 +0200
parents ae5b66255083
children bd760d193008
comparison
equal deleted inserted replaced
17184:1cc8b62b4d37 17185:7169e42f7e1b
11 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5) 11 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5)
12 ### Graal 12 ### Graal
13 * New register allocator optimization: `-G:+ConstantLoadOptimization`. 13 * New register allocator optimization: `-G:+ConstantLoadOptimization`.
14 * SPARC backend is able to run benchmark and passing most of the JTTs. 14 * SPARC backend is able to run benchmark and passing most of the JTTs.
15 * Fix: Stamp: interface types can not be trusted except after explicit runtime checks. 15 * Fix: Stamp: interface types can not be trusted except after explicit runtime checks.
16 * Changed format of suite specification from a properties file (`mx/projects`) to a Python file (`mx/projects.py`).
17
16 18
17 ### Truffle 19 ### Truffle
18 * Added `TruffleRuntime#getCallTargets()` to get all call targets that were created and are still referenced. 20 * Added `TruffleRuntime#getCallTargets()` to get all call targets that were created and are still referenced.
19 * Added `NeverValidAssumption` to complement `AlwaysValidAssumption`. 21 * Added `NeverValidAssumption` to complement `AlwaysValidAssumption`.
20 * Fixed a bug in `AssumedValue` that may not invalidate correctly. 22 * Fixed a bug in `AssumedValue` that may not invalidate correctly.