Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
91087bcf
Commit
91087bcf
authored
Dec 14, 2007
by
rl@cse.unsw.edu.au
Browse files
Document the new threshold flags
parent
81de68e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/flags.xml
View file @
91087bcf
...
...
@@ -1291,6 +1291,13 @@
<entry>
-fno-spec-constr
</entry>
</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>
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment