X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fdebugging.xml;h=6bda65010c86854ea5dd4dc43a53dbebf27153e4;hb=b24311d669a707bd1d30660c640659ef6d90578c;hp=a325389d4681c5db89ae5ae42ddb6b276fbc156f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index a325389..6bda650 100644 --- a/docs/users_guide/debugging.xml +++ b/docs/users_guide/debugging.xml @@ -136,16 +136,6 @@ - : - - - - UsageSP inference pre-inf and output - - - - - : @@ -196,16 +186,6 @@ - : - - - - output of “saturate” pass - - - - - : @@ -216,16 +196,6 @@ - : - - - - unflattened Abstract C - - - - - : @@ -236,26 +206,6 @@ - : - - - - same as what goes to the C compiler - - - - - - : - - - - native-code generator intermediate form - - - - - : @@ -289,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. + + + + + @@ -310,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. - - - - - @@ -356,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. - - - - - @@ -431,21 +381,6 @@ - - - : - - - - Turn on checks around UsageSP inference - (). This verifies various simple - properties of the results of the inference, and also warns - if any identifier with a used-once annotation before the - inference has a used-many annotation afterwards; this could - indicate a non-worksafe transformation is being - applied. - -