diff options
author | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2008-05-20 02:59:56 +0000 |
---|---|---|
committer | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2008-05-20 02:59:56 +0000 |
commit | bfd0c33d39619b580520e2d6e43d306380393ea6 (patch) | |
tree | 1a6653d7d816ffd5933dd558001c88427d802d2d /docs | |
parent | 21a2d1db975dc0fa3fd0aff82f04a539b64e7103 (diff) | |
download | haskell-bfd0c33d39619b580520e2d6e43d306380393ea6.tar.gz |
Make -f[no-]method-sharing a dynamic flag
We want -Odph to be a dynamic flag and that should imply -fno-method-sharing.
This doesn't add a lot of complexity.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 47b51a8298..7de1ae8e86 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1208,6 +1208,13 @@ </row> <row> + <entry><option>-fmethod-sharing</option></entry> + <entry>Share specialisations of overloaded functions (default)</entry> + <entry>dynamic</entry> + <entry><option>-fno-method-sharing</option></entry> + </row> + + <row> <entry><option>-fdo-eta-reduction</option></entry> <entry>Enable eta-reduction. Implied by <option>-O</option>.</entry> <entry>dynamic</entry> @@ -2304,12 +2311,6 @@ <entry>-</entry> </row> <row> - <entry><option>-fno-method-sharing</option></entry> - <entry>Don't share specialisations of overloaded functions</entry> - <entry>static</entry> - <entry>-</entry> - </row> - <row> <entry><option>-fhistory-size</option></entry> <entry>Set simplification history size</entry> <entry>static</entry> |