X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fdebugging.xml;h=2a8876718a34c305326329165cf01409ac8df735;hb=586149353a755cf7ba7c0bd499a397c3c8230839;hp=d9f21f16f6d44fbb4e6d9b4b56893ba76d3dbd5b;hpb=ea283aa74e6fd2bec2b88eae19908bba903adea1;p=ghc-hetmet.git diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index d9f21f1..2a88767 100644 --- a/docs/users_guide/debugging.xml +++ b/docs/users_guide/debugging.xml @@ -60,6 +60,27 @@ + : + + + + typechecker output + + + + + + : + + + + Dump Template Haskell expressions that we splice in, + and what Haskell code the expression evaluates to. + + + + + : @@ -186,6 +207,16 @@ + : + + + + output of core preparation pass + + + + + : @@ -206,6 +237,26 @@ + : + + + + Print the C-- code out. + + + + + + : + + + + Dump the results of C-- to C-- optimising passes. + + + + + : @@ -239,6 +290,76 @@ + : + + + + Show the output of each iteration + of the simplifier (each run of the simplifier has a maximum + number of iterations, normally 4). Used when even + doesn't cut it. + + + + + + + + + + Dump statistics about how many of each kind of + transformation too place. If you add + you get more detailed + information. + + + + + + + + + + Make the interface loader be *real* chatty about what it is + upto. + + + + + + + + + + Make the type checker be *real* chatty about what it is + upto. + + + + + + + + + + Make the renamer be *real* chatty about what it is + upto. + + + + + + + + + + Print out summary of what kind of information the renamer + had to bring in. + + + + + @@ -260,14 +381,22 @@ - : - + + - Show the output of each iteration - of the simplifier (each run of the simplifier has a maximum - number of iterations, normally 4). Used when even - doesn't cut it. + Print out each pass name as it happens. + + + + + + + + + + Show statistics for the usage of fast strings by the + compiler. @@ -306,41 +435,6 @@ - - - - - Dump statistics about how many of each kind of - transformation too place. If you add - you get more detailed - information. - - - - - - - - - - Make the renamer be *real* chatty about what it is - upto. - - - - - - - - - - Print out summary of what kind of information the renamer - had to bring in. - - - - - @@ -381,6 +475,16 @@ + + + : + + + + Ditto for C-- level. + + +