diff options
author | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2007-12-14 00:30:03 +0000 |
---|---|---|
committer | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2007-12-14 00:30:03 +0000 |
commit | 91087bcf03ac6428dad88729716114e622d50103 (patch) | |
tree | f50f9ee5cd7b091177abc5ad128a860796a02775 /docs | |
parent | 81de68e651377e8f31c83b1919a64a17a6567233 (diff) | |
download | haskell-91087bcf03ac6428dad88729716114e622d50103.tar.gz |
Document the new threshold flags
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index abcca5d3a1..1da736b5ed 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1292,6 +1292,13 @@ </row> <row> + <entry><option>-fspec-constr-threshold</option>=<replaceable>n</replaceable></entry> + <entry>Set the size threshold for the SpecConstr transformation to <replaceable>n</replaceable> (default: 200)</entry> + <entry>static</entry> + <entry><option>-fno-spec-constr-threshold</option></entry> + </row> + + <row> <entry><option>-fliberate-case</option></entry> <entry>Turn on the liberate-case transformation. Implied by <option>-O2</option>.</entry> <entry>dynamic</entry> @@ -1299,11 +1306,10 @@ </row> <row> - <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><option>-fliberate-case-threshold</option>=<replaceable>n</replaceable></entry> + <entry>Set the size threshold for the liberate-case transformation to <replaceable>n</replaceable> (default: 200)</entry> <entry>static</entry> - <entry><option>-</option></entry> + <entry><option>-fno-liberate-case-threshold</option></entry> </row> <row> |