From: Ian Lynagh Date: Tue, 3 Oct 2006 15:34:22 +0000 (+0000) Subject: Rearrange docs to have all the -ddump-* options together X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b24311d669a707bd1d30660c640659ef6d90578c Rearrange docs to have all the -ddump-* options together --- diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index d9f21f1..6bda650 100644 --- a/docs/users_guide/debugging.xml +++ b/docs/users_guide/debugging.xml @@ -239,6 +239,54 @@ + : + + + + 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 renamer be *real* chatty about what it is + upto. + + + + + + + + + + Print out summary of what kind of information the renamer + had to bring in. + + + + + @@ -260,19 +308,6 @@ - : - - - - 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. - - - - - @@ -306,41 +341,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. - - - - -