[project @ 2001-08-24 04:00:33 by chak]
authorchak <unknown>
Fri, 24 Aug 2001 04:00:33 +0000 (04:00 +0000)
committerchak <unknown>
Fri, 24 Aug 2001 04:00:33 +0000 (04:00 +0000)
Added SPJ's new -fmax-worker-args to the flag reference

ghc/docs/users_guide/flags.sgml

index 061fc1a..198e287 100644 (file)
 
            <row>
              <entry><option>-fliberate-case-threshold</option></entry>
-             <entry>Tweak the liberate-case optimisation</entry>
+             <entry>Tweak the liberate-case optimisation (default: 10)</entry>
              <entry>static</entry>
              <entry><option>-fno-liberate-case-threshold</option></entry>
            </row>
            </row>
 
            <row>
+             <entry><option>-fmax-worker-args</option></entry>
+             <entry>If a worker has that many arguments, none will be
+               unpacked anymore (default: 10)</entry>
+             <entry>static</entry>
+             <entry>-</entry>
+           </row>
+
+           <row>
              <entry><option>-fmax-simplifier-iterations</option></entry>
              <entry>Set the max iterations for the simplifier</entry>
              <entry>static</entry>