log truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/Node.java @ 22157:dc83cc1f94f2

age author description
Wed, 16 Sep 2015 11:33:22 +0200 Jaroslav Tulach Using fully qualified imports
Thu, 13 Aug 2015 18:22:22 +0200 Andreas Woess avoid publishing unadopted children in node replacement to fix potential race
Thu, 06 Aug 2015 08:31:49 +0200 Jaroslav Tulach Clearly separating the TruffleLanguage definition from context used during its execution. TruffleLanguage now has to have public static field INSTANCE and override createContext method.
Fri, 31 Jul 2015 14:42:26 -0700 Mick Jordan backout changeset 52ba013fd495
Tue, 28 Jul 2015 17:28:29 -0700 Mick Jordan Merge
Tue, 28 Jul 2015 17:24:07 -0700 Mick Jordan add SyntaxNode interface, associated methods in Node
Mon, 27 Jul 2015 15:58:58 -0700 Mick Jordan Merge
Mon, 27 Jul 2015 15:56:46 -0700 Mick Jordan remove final on clearSourceSection
Fri, 17 Jul 2015 15:02:05 -0700 Mick Jordan remove final from key SourceSection methods
Fri, 24 Jul 2015 11:02:40 -0700 Mick Jordan remove final from Node.assignSourceSection/getSourceSection/getEncapsulatingSourceSection methods
Sat, 18 Jul 2015 18:03:36 +0200 Jaroslav Tulach Making debugger always on for each TruffleVM execution. Introducing EventConsumer to process such debugger events. Requesting each RootNode to be associated with a TruffleLanguage, so debugger can find out proper context for each Node where executions gets suspended.
Mon, 22 Jun 2015 10:16:27 -0700 Christian Wimmer Help the partial evaluator / language developer by marking API methods as neverPartOfCompilation() when they are too complicated to be compiled.
Wed, 17 Jun 2015 10:58:08 +0200 Jaroslav Tulach Moving all sources into truffle subdirectory base graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/Node.java@6e44763f9e06