log graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/builtins/SLStackTraceBuiltin.java @ 17122:5a260e749bca

age author description
Tue, 16 Sep 2014 18:35:22 -0700 Christian Wimmer Fixes for SimpleLanguage when compiling
Tue, 15 Jul 2014 16:45:05 -0700 Christian Wimmer Merge
Tue, 15 Jul 2014 16:34:53 -0700 Christian Wimmer Change API for stack walking to a visitor: TruffleRuntime#iterateFrames replaces TruffleRuntime#getStackTrace
Mon, 14 Jul 2014 16:51:41 -0700 Michael Van De Vanter SL: upgrade source attribution
Thu, 08 May 2014 22:53:28 +0200 Thomas Wuerthinger Truffle: Provide default implementation on non-Graal VMs for stack trace functionality.
Mon, 14 Apr 2014 22:36:42 +0200 Christian Humer SL: Make SLStackTraceBuilting comfortable with non-graal runtimes.
Mon, 14 Apr 2014 18:20:09 +0200 Lukas Stadler change to StackIntrospection and Truffle getStackTrace implementation
Fri, 11 Apr 2014 11:53:11 +0200 Lukas Stadler new getStackTrace and getCurrentFrame functionality in TruffleRuntime