log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Visualizer.java @ 19488:2f676c3ca430

age author description
Wed, 27 Aug 2014 17:59:17 -0700 Michael Van De Vanter Truffle/Instrumentation: add TODO comment to Visualizer interface
Tue, 13 May 2014 18:28:33 -0700 Michael Van De Vanter Truffle/Source Attribution: Replace direct creation of SourceSection objects with factory methods on Source; two of these greatly simplify source attribution by automatically computing either the row/column start location from a character offset or vice versa, depending on what?s made available from the parser. Minor API change on Visualizer.
Mon, 12 May 2014 20:17:25 -0700 Michael Van De Vanter Truffle/Instrumentation:
Tue, 29 Apr 2014 12:05:58 -0700 Michael Van De Vanter Truffle/Instrumentation: API revisions
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