log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/RootNode.java @ 14566:6681b9eb3f4c

age author description
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: API cleanup and javadoc for CallNodes.
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: Removed deprecated API; Added NodeFilter to customize filter when counting nodes.
Thu, 06 Mar 2014 16:12:22 +0100 Andreas Woess Truffle: remove call node notification loop (O(n^2))
Wed, 05 Mar 2014 23:33:36 +0100 Christian Humer Truffle: added notification from callee to callers in the CallNode.
Wed, 05 Mar 2014 23:33:25 +0100 Christian Humer Truffle: Now keeps track of all not just inlined call-sites called by CallNode. Deprecated some old API in NodeUtil.
Thu, 20 Feb 2014 01:21:49 +0100 Christian Humer Truffle: Updated inlining API. Pushed inlining implementation to the Truffle runtime.
Thu, 30 Jan 2014 17:52:24 -0800 Christian Wimmer Truffle: add a simple API to report loop counts