summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-07-05 12:19:21 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-05 12:19:21 -0400
commit386b9441d259a90964c8c83c7d94ca51af8e3bc9 (patch)
tree1bc0d3e7b79fa35165675e9f97355d54c231c2d4
parent7aa6ef110d8cc6626b1cf18d85a37cbac53e2795 (diff)
downloadhaskell-wip/T18419.tar.gz
docs/users-guide: Update default -funfolding-use-threshold valuewip/T18419
This was changed in 3d2991f8 but I neglected to update the documentation. Fixes #18419.
-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