Changes between Version 21 and Version 22 of ExplicitCallStack/StackTraceExperience

Show
Ignore:
Timestamp:
02/09/07 05:46:30 (6 years ago)
Author:
bjpop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExplicitCallStack/StackTraceExperience

    v21 v22  
    77  * Cost Centre Stacks (CCS) with +RTS -xc -RTS, using ghc version 6.6 
    88  * Andy Gill's HpcT tracer 
    9   * The ghci debugger extended with a simple stack passing transformation. We will try both a full transformation and some kind of partial transformation (where only part of the code is transformed). 
     9  * The ghci debugger extended with a simple stack passing transformation. We will try both a full transformation and some kind of partial transformation (where only part of the code is transformed). This is done using a modified version of buddha, which transforms the original program to one which passes stack arguments explicitly. You can find it here: [http://www.csse.unimelb.edu.au/~bjpop/buddha-stack.tar.gz] 
    1010 
    1111== Test cases ==