summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2013-09-19 10:40:08 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2013-09-19 10:40:26 +0100
commit291cb851cf9daa789b9980f938c3a3e07336f5b0 (patch)
tree865d631a5c8e658d42ec32ad60fb7ef774fca57c /docs
parent17ba306408f352a491c9f9f3998489beb725749f (diff)
downloadhaskell-291cb851cf9daa789b9980f938c3a3e07336f5b0.tar.gz
Document -floopification flag in user guide
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/flags.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index 36ef0a5337..cc40dfcb36 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>