comparison CHANGELOG.md @ 15089:448338c9ce96

Truffle: Made inlining context-insensitive again to reduce complexity.
author Christian Humer <christian.humer@gmail.com>
date Mon, 14 Apr 2014 18:25:23 +0200
parents f5ef63b5b5ed
children 5634b199c4da
comparison
equal deleted inserted replaced
15088:d3add9b82b71 15089:448338c9ce96
10 * Added support for stack introspection 10 * Added support for stack introspection
11 * ... 11 * ...
12 12
13 ### Truffle 13 ### Truffle
14 * Support for collecting stack traces and for accessing the current frame in slow paths 14 * Support for collecting stack traces and for accessing the current frame in slow paths
15 * CallNode#inline was renamed to CallNode#forceInlining().
15 * ... 16 * ...
16 17
17 ## Version 0.2 18 ## Version 0.2
18 25-Mar-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.2) 19 25-Mar-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.2)
19 20