summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-07-07 17:12:48 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-22 20:20:34 -0400
commit15ce1804d2b87ac7bd55632957a4cb897decbbee (patch)
treee0690615a367a3a63ba10174e655952ed3ab167c /docs
parentf7cc431341e5b5b31758eecc8504cae8b2390c10 (diff)
downloadhaskell-15ce1804d2b87ac7bd55632957a4cb897decbbee.tar.gz
Deprecate -fdmd-tx-dict-sel.
It's behaviour is now unconditionally enabled as it's slightly beneficial. There are almost no benchmarks which benefit from disabling it, so it's not worth the keep this configurable. This fixes #18429.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/using-optimisation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst
index 438560c481..4c44509f21 100644
--- a/docs/users_guide/using-optimisation.rst
+++ b/docs/users_guide/using-optimisation.rst
@@ -353,8 +353,7 @@ by saying ``-fno-wombat``.
Make dictionaries strict.
.. ghc-flag:: -fdmd-tx-dict-sel
- :shortdesc: Use a special demand transformer for dictionary selectors.
- Always enabled by default.
+ :shortdesc: *(deprecated)* Use a special demand transformer for dictionary selectors.
:type: dynamic
:reverse: -fno-dmd-tx-dict-sel
:category:
@@ -362,6 +361,7 @@ by saying ``-fno-wombat``.
:default: on
Use a special demand transformer for dictionary selectors.
+ Behaviour is unconditionally enabled starting with 8.14
.. ghc-flag:: -fdo-eta-reduction
:shortdesc: Enable eta-reduction. Implied by :ghc-flag:`-O`.