[Git][ghc/ghc][master] docs/users-guide: Update default -funfolding-use-threshold value
Marge Bot
gitlab at gitlab.haskell.org
Wed Jul 15 01:32:12 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
254245d0 by Ben Gamari at 2020-07-14T21:32:03-04:00
docs/users-guide: Update default -funfolding-use-threshold value
This was changed in 3d2991f8 but I neglected to update the
documentation. Fixes #18419.
- - - - -
1 changed file:
- docs/users_guide/using-optimisation.rst
Changes:
=====================================
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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/254245d01e3c1d4f9072abc4372fd3fb0a6ece9f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/254245d01e3c1d4f9072abc4372fd3fb0a6ece9f
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200714/87cb69d6/attachment.html>
More information about the ghc-commits
mailing list