[project @ 2004-04-06 09:30:44 by simonpj]
authorsimonpj <unknown>
Tue, 6 Apr 2004 09:30:44 +0000 (09:30 +0000)
committersimonpj <unknown>
Tue, 6 Apr 2004 09:30:44 +0000 (09:30 +0000)
Document -fcontext-stack as static

ghc/docs/users_guide/flags.sgml

index 6079f5d..769b641 100644 (file)
            <row>
              <entry><option>-fcontext-stack</option><replaceable>n</replaceable></entry>
              <entry>set the limit for context reduction</entry>
-             <entry>dynamic</entry>
+             <entry>static</entry>
              <entry><option>-</option></entry>
            </row>
            <row>
              <entry><option>-fno-cpr</option></entry>
              <entry>Turn off CPR analysis</entry>
              <entry>static</entry>
-             <entry>-</entry>
+             <entry>-fcpr</entry>
            </row>
 
            <row>
 
            <row>
              <entry><option>-fno-full-laziness</option></entry>
-             <entry>Turn off full laziness (floating bindings outwards)</entry>
+             <entry>Turn off full laziness (floating bindings outwards).  It is on by default.</entry>
              <entry>dynamic</entry>
-             <entry>-</entry>
+             <entry>-ffull-laziness</entry>
            </row>
 
            <row>