[commit: ghc] master: Document -floopification flag in user guide (291cb85)
git at git.haskell.org
git at git.haskell.org
Thu Sep 19 11:41:03 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/291cb851cf9daa789b9980f938c3a3e07336f5b0/ghc
>---------------------------------------------------------------
commit 291cb851cf9daa789b9980f938c3a3e07336f5b0
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Thu Sep 19 10:40:08 2013 +0100
Document -floopification flag in user guide
>---------------------------------------------------------------
291cb851cf9daa789b9980f938c3a3e07336f5b0
docs/users_guide/flags.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index 36ef0a5..cc40dfc 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -1673,6 +1673,13 @@
</row>
<row>
+ <entry><option>-floopification</option></entry>
+ <entry>Turn saturated self-recursive tail-calls into local jumps in the generated assembly.</entry>
+ <entry>dynamic</entry>
+ <entry><option>-fno-loopification</option></entry>
+ </row>
+
+ <row>
<entry><option>-flate-dmd-anal</option></entry>
<entry>Run demand analysis again, at the end of the simplification
pipeline</entry>
More information about the ghc-commits
mailing list