summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2007-05-07 16:00:32 +0000
committersimonpj@microsoft.com <unknown>2007-05-07 16:00:32 +0000
commit043fc77bbc259cfa83e31fc456cdf6a098c2f757 (patch)
treea43914793e674167db158315be7299734b420a1c /docs
parent43f19eec0ec4c507be2391d66ff53e79a8580561 (diff)
downloadhaskell-043fc77bbc259cfa83e31fc456cdf6a098c2f757.tar.gz
Document -fspec-threshold
This size-threshold flag is for both liberate-case and SpecConstr. Replaces -flibereate-case-threshold.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/flags.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index b2c398da82..48cf03ae73 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -1050,10 +1050,11 @@
</row>
<row>
- <entry><option>-fliberate-case-threshold</option></entry>
- <entry>Tweak the liberate-case optimisation (default: 10)</entry>
+ <entry><option>-fspec-threshold</option>=<replaceable>n</replaceable></entry>
+ <entry>Set the size threshold for function specialisation to <replaceable>n</replaceable>, for both
+ the liberate-case and SpecConstr transformations (default: 200)</entry>
<entry>static</entry>
- <entry><option>-fno-liberate-case-threshold</option></entry>
+ <entry><option>-</option></entry>
</row>
<row>