X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fdebugging.xml;h=8a4129bf61c966e2142818ad7c798b2202a1298e;hb=1c9f77c48fa0cb4f72e71634653b6325c33547c0;hp=6bda65010c86854ea5dd4dc43a53dbebf27153e4;hpb=b24311d669a707bd1d30660c640659ef6d90578c;p=ghc-hetmet.git diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index 6bda650..8a4129b 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. + + + + + : @@ -265,6 +316,28 @@ + + + + + Make the interface loader be *real* chatty about what it is + upto. + + + + + + + + + + Make the type checker be *real* chatty about what it is + upto. + + + + + @@ -308,6 +381,27 @@ + + + + + Print out each pass name as it happens. + + + + + + + + + + Show statistics for the usage of fast strings by the + compiler. + + + + + @@ -335,7 +429,7 @@ In error messages, expressions are printed to a certain “depth”, with subexpressions beyond the depth replaced by ellipses. This flag sets the - depth. + depth. Its default value is 5. @@ -381,6 +475,16 @@ + + + : + + + + Ditto for C-- level. + + +