diff options
author | simonpj <unknown> | 2004-04-02 13:38:44 +0000 |
---|---|---|
committer | simonpj <unknown> | 2004-04-02 13:38:44 +0000 |
commit | 7010f47b4bdfe68b550c2bf7187f1407eef76752 (patch) | |
tree | 83fbcdd2b63acc3dc1e6b69938b4858521907242 /ghc | |
parent | 52276d816ccaf9eef0fbd9c74833d6fd95b38cd8 (diff) | |
download | haskell-7010f47b4bdfe68b550c2bf7187f1407eef76752.tar.gz |
[project @ 2004-04-02 13:38:44 by simonpj]
Document -fno-state-hack
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/docs/users_guide/flags.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ghc/docs/users_guide/flags.sgml b/ghc/docs/users_guide/flags.sgml index db507f3e35..6079f5d0a6 100644 --- a/ghc/docs/users_guide/flags.sgml +++ b/ghc/docs/users_guide/flags.sgml @@ -797,6 +797,14 @@ </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> |