Changes between Version 21 and Version 22 of ExplicitCallStack/StackTraceExperience
- Timestamp:
- 02/09/07 05:46:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExplicitCallStack/StackTraceExperience
v21 v22 7 7 * Cost Centre Stacks (CCS) with +RTS -xc -RTS, using ghc version 6.6 8 8 * 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] 10 10 11 11 == Test cases ==
