log graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/instrument/SLInstrumentTestRunner.java @ 21605:7a7cf422160b

age author description
Fri, 22 May 2015 18:12:01 +0200 Jaroslav Tulach Replacing PrintStream with PrintWriter in the simple language
Fri, 10 Apr 2015 21:00:26 -0700 Michael Van De Vanter Truffle/Instrumentation: rename InstrumentListener to SimpleInstrumentListener
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.
Tue, 10 Feb 2015 16:44:11 -0800 Michael Van De Vanter Truffle/Instrumentation: TruffleEventReceiver renamed to TruffleEventListener
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, 18 Nov 2014 23:02:58 +0100 Andreas Woess SL: add basic support for creating objects and accessing properties
Tue, 26 Aug 2014 11:00:30 -0700 David Piorkowski Instrumentation: removed ExecutionContext parameter from probe method in Instrumentable
Thu, 21 Aug 2014 13:28:22 -0700 David Piorkowski Truffle/Instrumentation: Added Instrumentable interface and LineLocationToSourceSections map
Mon, 11 Aug 2014 13:51:26 -0700 Michael Van De Vanter SL/instrumentation: minor cleanups in sl.test.instrument
Tue, 05 Aug 2014 16:34:08 -0700 David Piorkowski SL: Added instrumentation testing