comparison CHANGELOG.md @ 17421:87ea195b66ff

Truffle: Make BranchProfile constructor private and introduce a factory Method BranchProfile.create().
author Christian Humer <christian.humer@gmail.com>
date Mon, 13 Oct 2014 17:44:40 +0200
parents 846c059e3ecf
children b4e38f4ca414
comparison
equal deleted inserted replaced
17420:e98150919577 17421:87ea195b66ff
5 * Changed name suite specification from `mx/projects.py` to `mx/suite.py`. 5 * Changed name suite specification from `mx/projects.py` to `mx/suite.py`.
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 * ... 11 * ...
11 12
12 ## Version 0.5 13 ## Version 0.5
13 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5) 14 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5)
14 ### Graal 15 ### Graal