summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-06-10 06:28:53 -0400
committerBen Gamari <ben@well-typed.com>2020-11-01 18:27:41 -0500
commit304c04095b7a5aa073a70559469aebe5b58d2c40 (patch)
treec917876ff18aab848437d8069f395c5427ba8e7b
parente63db32c7eb089985a1a7279a0a886a32d70ac0e (diff)
downloadhaskell-wip/inlining-flags-docs.tar.gz
Update inlining flags documentationwip/inlining-flags-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