log truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/Node.java @ 22548:6b76a24fffbd default tip

age author description
Thu, 19 Nov 2015 15:51:27 +0100 Stefan Marr Added a comment with the assumptions/rational how Node.atomic() works
Tue, 17 Nov 2015 11:02:55 +0100 Christian Wirth Backed out changeset: 0d4b0e4263ee
Fri, 13 Nov 2015 10:29:52 -0800 Christian Wimmer Convert NodeClass and NodeFieldAccessor to interfaces
Fri, 23 Oct 2015 20:23:00 +0200 Jaroslav Tulach Release 0.9 is out, let's remove deprecated elements from the API
Wed, 30 Sep 2015 16:33:56 -0700 Michael Van De Vanter Merge revised Instrumentation framework into the Polyglot API
Wed, 23 Sep 2015 17:23:57 -0700 Michael Van De Vanter Truffle/Instrumentation: remove an indirection in a call from RootNode to having instrumentation applied.
Tue, 22 Sep 2015 20:25:58 -0700 Michael Van De Vanter Truffle/Instrumentation: clean up, better encapsulate how the application of ASTProbers is managed
Tue, 22 Sep 2015 15:10:25 -0700 Michael Van De Vanter Truffle/Instrumentation: remove instrument-related methods from Node; now implemented by TruffelLanguage
Sun, 20 Sep 2015 15:51:39 -0700 Michael Van De Vanter Truffle/Instrumentation:
Thu, 17 Sep 2015 21:23:57 -0700 Michael Van De Vanter Truffle/Instrumentation: second merge of instrumentation code into the TruffleVM framework
Wed, 16 Sep 2015 15:36:22 -0700 Michael Van De Vanter Merge with f47b601edbc626dcfe8b3636933b4834c89f7779
Mon, 14 Sep 2015 22:59:51 -0700 Michael Van De Vanter Truffle/Instrumentation: first large merge of instrumentation code into the TruffleVM framework
Fri, 18 Sep 2015 16:37:04 +0200 Andreas Woess Use forEachChild instead of children iterator in Node.adoptHelper
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