comparison CHANGELOG.md @ 16992:5a1d764f6afc

Truffle: added support for Runtime#getCallTargets()
author Christian Humer <christian.humer@gmail.com>
date Thu, 28 Aug 2014 15:35:29 +0200
parents 7d4f630172a1
children 97d0508b7cf1
comparison
equal deleted inserted replaced
16991:4a6d852dbb68 16992:5a1d764f6afc
3 ## `tip` 3 ## `tip`
4 ### Graal 4 ### Graal
5 * ... 5 * ...
6 6
7 ### Truffle 7 ### Truffle
8 * ... 8 * Added TruffleRuntime#getCallTargets() to get all call targets that were created and are still referenced.
9 9
10 ## Version 0.4 10 ## Version 0.4
11 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.4) 11 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.4)
12 ### Graal 12 ### Graal
13 * Made initialization of Graal runtime lazy in hosted mode. 13 * Made initialization of Graal runtime lazy in hosted mode.