log graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/nodes/instrument/SLStatementWrapper.java @ 18130:b4e38f4ca414

age author description
Tue, 21 Oct 2014 00:22:51 +0200 Christian Humer Truffle: rename @SlowPath to @TruffleBoundary.
Fri, 29 Aug 2014 15:21:39 -0700 David Piorkowski Instrumentation: Removed extends SyntaxTagged from Wrapper interface.
Tue, 26 Aug 2014 13:54:53 -0700 Michael Van De Vanter Truffle/Instrumentation: some Javadoc revistions; minor code cleanups; remove one redundant operation; add tracing to the LineLocation maps.
Thu, 21 Aug 2014 13:28:22 -0700 David Piorkowski Truffle/Instrumentation: Added Instrumentable interface and LineLocationToSourceSections map
Mon, 18 Aug 2014 14:36:12 -0700 David Piorkowski Changes to Instrumentation
Thu, 24 Jul 2014 16:14:44 -0700 David Piorkowski SL: Added support for instrumentation.