X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fflags.xml;h=c24d021a80ab67a7432c1c6fedfb5c067e56a565;hb=0656c72a8f4fda30c348bdf40449d105e4ce00ce;hp=23c1b2ba2554c208083748fc18ce04cd3be3680c;hpb=8f0ebee036adfcf86aa73171e17280e45bf1f788;p=ghc-hetmet.git diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 23c1b2b..c24d021 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -60,8 +60,8 @@ - - - display the supported language extensions + or + display the supported languages and language extensions mode - @@ -254,7 +254,7 @@ dir - set output directory + set directory for object files dynamic - @@ -276,6 +276,12 @@ dynamic - + + dir + set output directory + dynamic + - + @@ -305,6 +311,13 @@ - + or + + retain intermediate LLVM .ll files + dynamic + - + + or retain intermediate .s files @@ -522,6 +535,13 @@ dynamic - + + + Turn off + implicit qualified import of everything in GHCi + dynamic + - + @@ -586,6 +606,12 @@ static - + + + Don't automatically link in the haskell98 package. + dynamic + - + @@ -594,7 +620,9 @@ Language options - + Language options can be enabled either by a command-line option + , or by a {-# LANGUAGE blah #-} + pragma in the file itself. See @@ -646,11 +674,11 @@ - + Enable record field disambiguation dynamic - + @@ -685,12 +713,24 @@ + + Employ rebindable syntax + dynamic + + + Disable the monomorphism restriction dynamic + + Disable support for n+k patterns + dynamic + + + Make pattern bindings polymorphic dynamic @@ -736,6 +776,13 @@ + + Enable do not generalise local bindings. + + dynamic + + + Enable Template Haskell. No longer implied by . @@ -774,17 +821,37 @@ - Enable unicode syntax. + Enable unicode syntax. dynamic - Enable the “magic hash”. + Allow "#" as a postfix modifier on identifiers. dynamic + + Enable new + qualified operator syntax + dynamic + + + + + Enable explicit universal quantification. + Implied by , + , + , + , + , + + + dynamic + + + Enable polymorphic components for data constructors. dynamic @@ -821,12 +888,6 @@ - - Enable pattern type signatures. - dynamic - - - Enable empty data declarations. dynamic @@ -840,7 +901,7 @@ - Enable transform list comprehensions. + Enable generalised list comprehensions. dynamic @@ -863,8 +924,14 @@ + + Enable recursive do notation. + dynamic + + + - Enable recursive do (mdo) notation. + Enable recursive do (mdo) notation. This is deprecated; please use recursive do notation instead. dynamic @@ -918,7 +985,7 @@ - Enable type synonyms. + Enable type synonyms in instance heads. dynamic @@ -952,6 +1019,12 @@ dynamic + + + Enable package-qualified imports. + dynamic + + @@ -1005,6 +1078,13 @@ + + warn about uses of pragmas that GHC doesn't recognise + dynamic + + + + warn about uses of functions & types that have warnings or deprecated pragmas dynamic @@ -1034,6 +1114,14 @@ + + warn about uses of Prelude numeric conversions that are probably + the identity (and hence could be omitted) + dynamic + + + + warn when the Prelude is implicitly imported dynamic @@ -1062,6 +1150,14 @@ + + warn when an import declaration does not explicitly + list all the names brought into scope + dynamic + + + + warn when class methods are undefined dynamic @@ -1098,13 +1194,6 @@ - - warn about lambda-patterns that can fail - dynamic - - - - warn if there are tabs in the source file dynamic @@ -1146,6 +1235,20 @@ + + + warn about do bindings that appear to throw away values of types other than () + dynamic + + + + + + warn about do bindings that appear to throw away monadic values that you should have bound instead + dynamic + + + @@ -1302,6 +1405,13 @@ + + Turn on specialisation of overloaded functions. Implied by . + dynamic + -fno-specialise + + + Turn on full laziness (floating bindings outwards). Implied by . dynamic @@ -1309,12 +1419,19 @@ - + + Turn on the float-in transformation. Implied by . + dynamic + -fno-float-in + + + + Switch on all rewrite rules (including rules generated by automatic specialisation of overloaded functions). Implied by . dynamic - + @@ -1324,6 +1441,14 @@ -fno-strictness + + =n + Run an additional strictness analysis before simplifier +phase n + dynamic + - + + Turn on the SpecConstr transformation. Implied by . @@ -1409,6 +1534,13 @@ static - + + + + Turn on eager blackholing + dynamic + - + @@ -1433,21 +1565,21 @@ Auto-add _scc_s to all - exported functions - static + exported functions not marked INLINE + dynamic Auto-add _scc_s to all - top-level functions - static + top-level functions not marked INLINE + dynamic Auto-add _scc_s to all CAFs - static + dynamic @@ -1458,7 +1590,7 @@ - Turn on ticky-ticky profiling + Turn on ticky-ticky profiling static - @@ -1577,33 +1709,6 @@ - C compiler options - - - - - - - Flag - Description - Static/Dynamic - Reverse - - - - - file - Include file when - compiling the .hc file - dynamic - - - - - - - - - Code generation options @@ -1632,6 +1737,12 @@ -fasm + + Compile via LLVM + dynamic + -fasm + + Omit code generation dynamic @@ -1671,6 +1782,12 @@ + + Generate a shared library (as opposed to an executable) + dynamic + - + + Generate position-independent code (where available) static @@ -1683,6 +1800,13 @@ - + + Selects one of a number of modes for finding shared + libraries at runtime. + static + - + + name On Darwin/MacOS X only, link in the framework name. This option corresponds to the option for Apple's Linker. @@ -1729,6 +1853,21 @@ - + , + Control whether the RTS behaviour can be tweaked via command-line + flags and the GHCRTS environment + variable. Using none means no RTS flags can be given; some means only a minimum of safe options can be given (the default), and all (or no argument at all) means that all RTS flags are permitted. + dynamic + - + + + + Set the default RTS options to + opts. + dynamic + - + + Omit linking dynamic @@ -1759,6 +1898,12 @@ - + + Enable runtime event tracing + static + - + + Do not generate a manifest file (Windows only) dynamic @@ -1770,6 +1915,21 @@ dynamic - + + + Don't generate an import library for a DLL (Windows only) + dynamic + - + + + path + Set the install name (via -install_name passed to Apple's + linker), specifying the full install path of the library file. Any libraries + or executables that link with it later will pick up that path as their + runtime search location for it. (Darwin/MacOS X only) + dynamic + - + @@ -1809,6 +1969,18 @@ Use cmd as the C compiler dynamic - + + cmd + Use cmd as the LLVM optimiser + dynamic + - + + + cmd + Use cmd as the LLVM compiler + dynamic + - + cmd @@ -1860,6 +2032,8 @@ + + @@ -1910,6 +2084,18 @@ - + option + pass option to the LLVM optimiser + dynamic + - + + + option + pass option to the LLVM compiler + dynamic + - + + option pass option to the mangler dynamic @@ -1934,12 +2120,6 @@ - - option - pass option to the dependency generator - dynamic - - - - option pass option to windres. dynamic @@ -1965,6 +2145,14 @@ Reverse + + + + (x86 only) Use SSE2 for floating point + dynamic + - + + @@ -1997,7 +2185,7 @@ Generate .hcr external Core files - static + dynamic - @@ -2095,6 +2283,12 @@ - + + Dump LLVM intermediate code + dynamic + - + + Dump occurrence analysis output dynamic @@ -2239,6 +2433,18 @@ - + + Suppress the printing of coercions in Core dumps to make them shorter. + static + - + + + + Suppress the printing of module qualification prefixes in Core dumps to make them easier to read. + static + - + + Don't output pragma info in dumps static @@ -2347,6 +2553,12 @@ dynamic - + + + Turn off the GHCi sandbox. Means computations are run in teh main thread, rather than a forked thread. + dynamic + - + @@ -2365,7 +2577,6 @@ Misc: