[project @ 2003-09-23 16:02:34 by simonmar]
authorsimonmar <unknown>
Tue, 23 Sep 2003 16:02:34 +0000 (16:02 +0000)
committersimonmar <unknown>
Tue, 23 Sep 2003 16:02:34 +0000 (16:02 +0000)
Change some statics to dynamics, and remove a couple of obsolete options.

ghc/docs/users_guide/flags.sgml

index 35fe7ce..3344b9b 100644 (file)
            <row>
              <entry><option>-O</option></entry>
              <entry>Enable default optimisation (level 1)</entry>
-             <entry>static</entry>
+             <entry>dynamic</entry>
              <entry><option>-O0</option></entry>
            </row>
            <row>
              <entry><option>-O</option><replaceable>n</replaceable></entry>
              <entry>Set optimisation level <replaceable>n</replaceable></entry>
-             <entry>static</entry>
+             <entry>dyanamic</entry>
              <entry><option>-O0</option></entry>
            </row>
          </tbody>
            <row>
              <entry><option>-fcase-merge</option></entry>
              <entry>Enable case-merging</entry>
-             <entry>static</entry>
+             <entry>dynamic</entry>
              <entry><option>-fno-case-merge</option></entry>
            </row>
 
            <row>
              <entry><option>-fdicts-strict</option></entry>
              <entry>Make dictionaries strict</entry>
-             <entry>dynamic</entry>
+             <entry>static</entry>
              <entry><option>-fno-dicts-strict</option></entry>
            </row>
 
            <row>
              <entry><option>-fdo-eta-reduction</option></entry>
              <entry>Enable eta-reduction</entry>
-             <entry>static</entry>
+             <entry>dynamic</entry>
              <entry><option>-fno-do-eta-reduction</option></entry>
            </row>
 
            <row>
              <entry><option>-fdo-lambda-eta-expansion</option></entry>
              <entry>Enable lambda eta-reduction</entry>
-             <entry>static</entry>
+             <entry>dynamic</entry>
              <entry><option>-fno-do-lambda-eta-expansion</option></entry>
            </row>
 
            </row>
 
            <row>
-             <entry><option>-flet-no-escape</option></entry>
-             <entry>Enable let-no-escape optimisation</entry>
-             <entry>static</entry>
-             <entry><option>-fno-let-no-escape</option></entry>
-           </row>
-
-           <row>
              <entry><option>-fliberate-case-threshold</option></entry>
              <entry>Tweak the liberate-case optimisation (default: 10)</entry>
              <entry>static</entry>
            <row>
              <entry><option>-fomit-interface-pragmas</option></entry>
              <entry>Don't generate interface pragmas</entry>
-             <entry>static</entry>
+             <entry>dynamic</entry>
              <entry><option>-fno-omit-interface-pragmas</option></entry>
            </row>
 
            <row>
              <entry><option>-fmax-simplifier-iterations</option></entry>
              <entry>Set the max iterations for the simplifier</entry>
-             <entry>static</entry>
+             <entry>dynamic</entry>
              <entry>-</entry>
            </row>
 
            <row>
              <entry><option>-fno-cse</option></entry>
              <entry>Turn off common sub-expression</entry>
-             <entry>static</entry>
+             <entry>dynamic</entry>
              <entry>-</entry>
            </row>
 
            <row>
              <entry><option>-fno-strictness</option></entry>
              <entry>Turn off strictness analysis</entry>
-             <entry>static</entry>
+             <entry>dynamic</entry>
              <entry>-</entry>
            </row>
 
            <row>
              <entry><option>-funbox-strict-fields</option></entry>
              <entry>Flatten strict constructor fields</entry>
-             <entry>static</entry>
+             <entry>dynamic</entry>
              <entry><option>-fno-unbox-strict-fields</option></entry>
            </row>
 
              <entry>static</entry>
              <entry><option>-fno-unfolding-use-threshold</option></entry>
            </row>
-
-           <row>
-             <entry><option>-fusagesp</option></entry>
-             <entry>Turn on UsageSP analysis</entry>
-             <entry>static</entry>
-             <entry><option>-fno-usagesp</option></entry>
-           </row>
          </tbody>
        </tgroup>
       </informaltable>