[project @ 2004-04-02 13:38:44 by simonpj]
authorsimonpj <unknown>
Fri, 2 Apr 2004 13:38:44 +0000 (13:38 +0000)
committersimonpj <unknown>
Fri, 2 Apr 2004 13:38:44 +0000 (13:38 +0000)
Document -fno-state-hack

ghc/docs/users_guide/flags.sgml

index db507f3..6079f5d 100644 (file)
            </row>
 
            <row>
+             <entry><option>-fno-state-hack</option></entry>
+             <entry>Turn off the "state hack" whereby any lambda with a real-world state token
+             as argument is considered to be single-entry.  Hence OK to inline things inside it.</entry>
+             <entry>static</entry>
+             <entry>-</entry>
+           </row>
+
+           <row>
              <entry><option>-fno-cpr</option></entry>
              <entry>Turn off CPR analysis</entry>
              <entry>static</entry>