log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Probe.java @ 20105:e73096245a4c

age author description
Tue, 31 Mar 2015 18:58:36 -0700 Michael Van De Vanter Truffle/Instrumentation: the Instrument code now has access to Probe.invalidateProbeUnchanged, needed for attaching AST instrumentation.
Thu, 12 Mar 2015 18:03:05 -0700 Michael Van De Vanter Truffle/Instrumentation: For clients of Instrumentation, replace the TruffleEventListener interface with two: InstrumentListener, and ASTInstrumentListener. The former is simple, completely Truffle-safe (can't affect Truffle execution), and designed for simple tools. The latter is similar to the previous interface.
Wed, 04 Mar 2015 16:28:05 -0800 Michael Van De Vanter Truffle/Instrumentation: Javadoc
Thu, 19 Feb 2015 09:42:51 -0800 Michael Van De Vanter Truffle/Instrumentation: fix bug in Probe
Wed, 18 Feb 2015 20:38:04 -0800 Michael Van De Vanter Truffle/Instrumentation: placate FindBugs
Wed, 18 Feb 2015 18:30:49 -0800 Michael Van De Vanter Truffle/Instrumentation: more cleanup in Probe
Wed, 18 Feb 2015 18:07:48 -0800 Michael Van De Vanter Truffle/Instrumentation: clean up the use of Assumptions in the Probe (and attached Instruments)
Wed, 18 Feb 2015 16:07:09 -0800 Michael Van De Vanter Truffle/Instrumentation: fix some optimization bugs; instrumentation PE tests now succeed after recent compiler work
Tue, 10 Feb 2015 16:44:11 -0800 Michael Van De Vanter Truffle/Instrumentation: TruffleEventReceiver renamed to TruffleEventListener
Tue, 27 Jan 2015 20:24:54 -0800 Michael Van De Vanter Truffle: Improved support for "probing" AST nodes:
Sun, 23 Nov 2014 16:07:23 -0800 Michael Van De Vanter Truffle Instrumentation: major API revision, based around the Probe and Instrument classes; add Instrumentable API for language implementors, with most details automated; reimplemented to handle AST splitting automatically; more JUnit tests.
Tue, 11 Nov 2014 14:24:21 +0100 Andreas Woess Probe interface should extend NodeInterface
Mon, 18 Aug 2014 21:03:41 -0700 Michael Van De Vanter Truffle/Instrumentation: Javadoc cleanups and minor corrections.
Mon, 18 Aug 2014 14:36:12 -0700 David Piorkowski Changes to Instrumentation
Wed, 02 Jul 2014 16:06:42 -0700 Michael Van De Vanter Truffle/Instrumentation: rename PhylumTag to SyntaxTag (along with related classes/methods)
Fri, 06 Jun 2014 17:51:47 -0700 Michael Van De Vanter Truffle/Source: major API revision
Mon, 19 May 2014 17:14:36 -0700 Michael Van De Vanter Truffle/Instrumentation: significant reorganization of the instrumentation framework's implementation and connection to the runtime ExecutionContext, with some new features, including a Tag-based "trap" mechanisms.
Mon, 12 May 2014 20:17:25 -0700 Michael Van De Vanter Truffle/Instrumentation:
Sun, 20 Apr 2014 20:37:27 -0700 Michael Van De Vanter Truffle: Major cleanup and extension of the Truffle Instrumentation framework in com.oracle.truffle.api