log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ReplaceObserver.java @ 20131:4b12d5355811

age author description
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.