diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-10-09 00:27:28 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-10-09 12:32:04 +0100 |
commit | 0a768bcbe6f7238d0bcdddd85fe24c99189453a0 (patch) | |
tree | a1e75804cc73c1f88fb3deae9fa7aaf0aaa75753 /docs | |
parent | 9c6223dd780b5a41be98702a583a1b7229841305 (diff) | |
download | haskell-0a768bcbe6f7238d0bcdddd85fe24c99189453a0.tar.gz |
Make the opt_UF_* static flags dynamic
I also removed the default values from the "Discounts and thresholds"
note: most of them were no longer up-to-date.
Along the way I added FloatSuffix to the argument parser, analogous to
IntSuffix.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index a122e5a0ca..26c4464642 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1732,28 +1732,28 @@ <row> <entry><option>-funfolding-creation-threshold</option></entry> <entry>Tweak unfolding settings</entry> - <entry>static</entry> + <entry>dynamic</entry> <entry><option>-fno-unfolding-creation-threshold</option></entry> </row> <row> <entry><option>-funfolding-fun-discount</option></entry> <entry>Tweak unfolding settings</entry> - <entry>static</entry> + <entry>dynamic</entry> <entry><option>-fno-unfolding-fun-discount</option></entry> </row> <row> <entry><option>-funfolding-keeness-factor</option></entry> <entry>Tweak unfolding settings</entry> - <entry>static</entry> + <entry>dynamic</entry> <entry><option>-fno-unfolding-keeness-factor</option></entry> </row> <row> <entry><option>-funfolding-use-threshold</option></entry> <entry>Tweak unfolding settings</entry> - <entry>static</entry> + <entry>dynamic</entry> <entry><option>-fno-unfolding-use-threshold</option></entry> </row> |