X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2Fusers_guide%2Fflags.xml;h=48cf03ae7389a7507de8992c5b7cf99d89d0dbdf;hp=5426ad80cf2b28eb70881996b75430073e46a486;hb=043fc77bbc259cfa83e31fc456cdf6a098c2f757;hpb=0560e796f1d813582e066a5f2bec2684c71df44d diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 5426ad8..48cf03a 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -493,6 +493,12 @@ dynamic - + + + Turn off printing of binding results in GHCi + dynamic + - + @@ -922,7 +928,7 @@ - Enable case-merging + Enable case-merging. Implied by . dynamic @@ -936,7 +942,7 @@ - Enable eta-reduction + Enable eta-reduction. Implied by . dynamic @@ -956,14 +962,6 @@ - - Switch off all rewrite rules (including rules - generated by automatic specialisation of overloaded functions) - static - - - - Ignore assertions in the source dynamic @@ -978,13 +976,6 @@ - - Tweak the liberate-case optimisation (default: 10) - static - - - - Don't generate interface pragmas dynamic @@ -1015,31 +1006,55 @@ - - Turn off common sub-expression + + Turn on common sub-expression elimination. Implied by . dynamic - - + -fno-cse - - Turn off full laziness (floating bindings outwards). + + Turn on full laziness (floating bindings outwards). Implied by . dynamic - -ffull-laziness + -fno-full-laziness - - Turn off pre-inlining - static - - + + Switch on all rewrite rules (including rules + generated by automatic specialisation of overloaded functions). + Implied by . + dynamic + - - Turn off strictness analysis + + Turn on strictness analysis. Implied by . dynamic - - + -fno-strictness + + + + + Turn on the SpecConstr transformation. Implied by . + dynamic + -fno-spec-constr + + + + + Turn on the liberate-case transformation. Implied by . + dynamic + -fno-liberate-case + + + + =n + Set the size threshold for function specialisation to n, for both + the liberate-case and SpecConstr transformations (default: 200) + static + @@ -1083,6 +1098,13 @@ static + + + + Turn off pre-inlining + static + - + @@ -1951,12 +1973,6 @@ dynamic - - - - Turn off printing of binding results in GHCi - dynamic - - -