summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-06-10 06:28:53 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-11-03 17:39:53 -0500
commit78f2767d4db5e69a142ac6a408a217b11c35949d (patch)
treeb73a3d9c9e2bbd1c1ea57d2e5b8a8eff7212e551 /docs
parent1370eda7a53f5dfc88afe705b2ffecb1d5544ec7 (diff)
downloadhaskell-78f2767d4db5e69a142ac6a408a217b11c35949d.tar.gz
Update inlining flags documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/expected-undocumented-flags.txt1
-rw-r--r--docs/users_guide/using-optimisation.rst13
2 files changed, 1 insertions, 13 deletions
diff --git a/docs/users_guide/expected-undocumented-flags.txt b/docs/users_guide/expected-undocumented-flags.txt
index 5801a267bc..9b47e70a03 100644
--- a/docs/users_guide/expected-undocumented-flags.txt
+++ b/docs/users_guide/expected-undocumented-flags.txt
@@ -87,6 +87,7 @@
-fstg-lift-lams-rec-args-any
-fth
-ftype-function-depth
+-funfolding-keeness-factor
-fuse-rpaths
-fversion-macros
-fvia-c
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst
index b54e7e3e2e..b048ce5c6c 100644
--- a/docs/users_guide/using-optimisation.rst
+++ b/docs/users_guide/using-optimisation.rst
@@ -1270,19 +1270,6 @@ by saying ``-fno-wombat``.
How eager should the compiler be to inline functions?
-.. ghc-flag:: -funfolding-keeness-factor=⟨n⟩
- :shortdesc: *default: 1.5.* Tweak unfolding settings.
- :type: dynamic
- :category:
-
- :default: 1.5
-
- .. index::
- single: inlining, controlling
- single: unfolding, controlling
-
- How eager should the compiler be to inline functions?
-
.. ghc-flag:: -funfolding-use-threshold=⟨n⟩
:shortdesc: *default: 80.* Tweak unfolding settings.
:type: dynamic