X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fdebugging.xml;fp=docs%2Fusers_guide%2Fdebugging.xml;h=2a8876718a34c305326329165cf01409ac8df735;hb=ba5729e5b8d80b3fcc8a477cb36d6a03800ac0dd;hp=b4456279fc62ef09c92abe74a53580aaedab2780;hpb=f83e51a5ff9689ddba608b92b325224f2e32ff82;p=ghc-hetmet.git diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index b445627..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. + + + + + : @@ -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,12 +381,22 @@ + + + + + Print out each pass name as it happens. + + + + + Show statistics for the usage of fast strings by the - compiler + compiler. @@ -392,6 +475,16 @@ + + + : + + + + Ditto for C-- level. + + +