Changes between Version 3 and Version 4 of ExplicitCallStack/StackTraceExperience
- Timestamp:
- 02/02/07 08:32:47 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExplicitCallStack/StackTraceExperience
v3 v4 4 4 5 5 The tools we will be testing are: 6 * Hat , particularly hat-tack and hat-trail (hat stack is just a specialisation of hat-trail).7 * Cost Centre Stacks (CCS) with +RTS -xc -RTS 6 * Hat 2.05, particularly hat-tack and hat-trail (hat stack is just a specialisation of hat-trail). 7 * Cost Centre Stacks (CCS) with +RTS -xc -RTS, using ghc version 6.6 8 8 * Andy Gill's HpcT tracer 9 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). … … 24 24 === Test 1, anna, divide by zero error === 25 25 26 ==== hat ==== 27 28 Changes made to code to get it to work: 29 {{{ 30 darcs whatsnew 31 { 32 hunk ./real/anna/TypeCheck5.hs 14 33 +default () 34 + 35 hunk ./real/anna/TypeCheck5.hs 500 36 -tcNSdlimit = 2^30 37 +tcNSdlimit = 2^(30::Int) 38 } 39 }}} 40 41 26 42 27 43
