log graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/runtime/SLContext.java @ 18762:0ef23ff7d5a1

age author description
Mon, 29 Dec 2014 23:38:59 +0100 Christian Humer SL: make lookup of NodeInfo annotation more rebust.
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 12:08:51 +0100 Andreas Woess SL: use the truffle object storage model to represent SL objects
Tue, 18 Nov 2014 23:02:58 +0100 Andreas Woess SL: add basic support for creating objects and accessing properties
Mon, 01 Sep 2014 20:08:18 +0200 Christian Humer SL: added assertTrue and assertFalse builtins to SL.
Tue, 26 Aug 2014 18:22:31 -0700 David Piorkowski SL/Instrumentation: Fixing SLContext to use SLInstrumenter
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
Tue, 05 Aug 2014 16:34:08 -0700 David Piorkowski SL: Added instrumentation testing
Thu, 24 Jul 2014 16:14:44 -0700 David Piorkowski SL: Added support for instrumentation.
Mon, 14 Jul 2014 16:51:41 -0700 Michael Van De Vanter SL: upgrade source attribution
Sat, 24 May 2014 10:34:43 -0700 Michael Van De Vanter Truffle: SourceManager renamed to SourceFactory
Fri, 11 Apr 2014 11:53:11 +0200 Lukas Stadler new getStackTrace and getCurrentFrame functionality in TruffleRuntime
Wed, 05 Feb 2014 08:02:15 -0800 Christian Wimmer SL: Feedback from reviewers
Thu, 30 Jan 2014 17:53:27 -0800 Christian Wimmer More documentation and improvements of Simple Language
Wed, 29 Jan 2014 20:45:43 -0800 Christian Wimmer Documentation and more refactoring of Simple Language
Fri, 24 Jan 2014 18:16:24 -0800 Christian Wimmer Refactoring and cleanup of Simple Language (more to come soon)
Tue, 17 Dec 2013 20:22:45 -0800 Michael Van De Vanter Truffle: new infrastructure related to instrumentation, and in particular debugging: support for managing Source objects; framework for generalized "instrumentation proxy nodes" (to be inserted into ASTs with no runtime cost when inactive), and "probes" (which can be attached to proxy nodes to receive event notification); a rudimentary interface and abstract implementation for a "debug manager" (mostly a placeholder at this point); and the beginning of a language-agnostic ExecutionContext interface.
Mon, 11 Nov 2013 21:34:44 +0100 Christian Humer SL: Enhanced SimpleLanguage with support for if statements, function calls, function caching + inlining and builtins.