| | 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 |
| | 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). |
| | 10 | |
| | 11 | The test suite is a selection of programs from the nofig-buggy suite provided by the group at Technical University of Valencia. The suite can be obtained like so: |
| | 12 | {{{ |
| | 13 | darcs get --partial http://einstein.dsic.upv.es/darcs/nofib-buggy/ |
| | 14 | }}} |
| | 15 | |
| | 16 | |
| | 17 | |