log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ReplaceObserver.java @ 21204:4a5df5570b7f

age author description
Mon, 04 May 2015 11:24:13 +0200 Christian Humer Truffle: make ReplaceObserver return a boolean in order to consume replace events. It can be useful for nodes to consume all replace events if they are always executed behind a @TruffleBoundary.
Tue, 18 Mar 2014 13:14:53 +0100 Andreas Woess Truffle: make Node#replace accept any CharSequence as reason
Thu, 20 Feb 2014 01:21:49 +0100 Christian Humer Truffle: Updated inlining API. Pushed inlining implementation to the Truffle runtime.
Wed, 05 Feb 2014 11:38:00 +0100 Christian Wirth fix Truffle JavaDoc
Fri, 09 Aug 2013 11:55:20 +0200 Thomas Wuerthinger Adding "Classpath" exception to the classes in the com.oracle.truffle.api and the com.oracle.truffle.api.dsl package.
Tue, 23 Jul 2013 19:05:08 +0200 Andreas Woess Truffle: when a node is replaced, notify optimized call target and delay compilation.