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

age author description
Wed, 11 Nov 2015 14:47:40 +0100 Andreas Woess RootNode.reportLoopCount should never be part of compilation
Fri, 23 Oct 2015 20:23:00 +0200 Jaroslav Tulach Release 0.9 is out, let's remove deprecated elements from the API
Sun, 27 Sep 2015 21:50:58 -0700 Michael Van De Vanter Javadoc
Fri, 25 Sep 2015 14:16:21 -0700 Michael Van De Vanter Truffle/Instrumentation: RootNode implementations can now override a method to declare that there is no content that can be instrumented.
Thu, 24 Sep 2015 13:15:45 -0700 Michael Van De Vanter Truffle/Instrumentation: The ProbeListener start/stop methods now pass the RootNode instead of the Source; a comment on the RootNode constructor encourages implementations to provide *some* SourceSection instance with every RootNode, which may be one created by SourceSection.createUnavailable(String kind, String name) which makes tracing/debugging much more useful.
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
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
Wed, 16 Sep 2015 11:33:22 +0200 Jaroslav Tulach Using fully qualified imports
Mon, 14 Sep 2015 13:33:03 +0200 Jaroslav Tulach More precise description of inter-operability messages and examples of their usage. Step #1 - e.g. the trivial messages.
Mon, 14 Sep 2015 12:23:58 +0200 Jaroslav Tulach Fixing broken references in Javadoc
Mon, 07 Sep 2015 17:07:20 +0200 Jaroslav Tulach Implementing API for Java/Truffle interop. Based around JavaInterop.asJavaObject and JavaInterop.asTruffleObject methods. Connected to TruffleVM via Symbol.as(Class) wrapper. Verified by extended TCK.
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.
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.
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/RootNode.java@ec152d323d6e