comparison CHANGELOG.md @ 18130:b4e38f4ca414

Truffle: rename @SlowPath to @TruffleBoundary.
author Christian Humer <christian.humer@gmail.com>
date Tue, 21 Oct 2014 00:22:51 +0200
parents 87ea195b66ff
children ab62800259ff
comparison
equal deleted inserted replaced
18129:b3adab5f01a2 18130:b4e38f4ca414
6 * ... 6 * ...
7 7
8 ### Truffle 8 ### Truffle
9 * Relaxed declared type restriction on child fields to allow for interface types in addition to Node subclasses. 9 * Relaxed declared type restriction on child fields to allow for interface types in addition to Node subclasses.
10 * The BranchProfile constructor is now private. Use BranchProfile#create() instead. 10 * The BranchProfile constructor is now private. Use BranchProfile#create() instead.
11 * Renamed @CompilerDirectives.SlowPath to @CompilerDirectives.TruffleBoundary
11 * ... 12 * ...
12 13
13 ## Version 0.5 14 ## Version 0.5
14 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5) 15 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5)
15 ### Graal 16 ### Graal