summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-07-05 12:19:21 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-14 21:32:03 -0400
commit254245d01e3c1d4f9072abc4372fd3fb0a6ece9f (patch)
tree2e5f4c29356097a8d0ffe35ab550d2f1b95de3cd /docs
parent64c774b043a2d9be3b98e445990c795f070dab3f (diff)
downloadhaskell-254245d01e3c1d4f9072abc4372fd3fb0a6ece9f.tar.gz
docs/users-guide: Update default -funfolding-use-threshold value
This was changed in 3d2991f8 but I neglected to update the documentation. Fixes #18419.
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 25e46fb5ef..438560c481 100644
--- a/docs/users_guide/using-optimisation.rst
+++ b/docs/users_guide/using-optimisation.rst
@@ -1240,11 +1240,11 @@ by saying ``-fno-wombat``.
How eager should the compiler be to inline functions?
.. ghc-flag:: -funfolding-use-threshold=⟨n⟩
- :shortdesc: *default: 60.* Tweak unfolding settings.
+ :shortdesc: *default: 80.* Tweak unfolding settings.
:type: dynamic
:category:
- :default: 60
+ :default: 80
.. index::
single: inlining, controlling