From 78f2767d4db5e69a142ac6a408a217b11c35949d Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 10 Jun 2020 06:28:53 -0400 Subject: Update inlining flags documentation --- docs/users_guide/expected-undocumented-flags.txt | 1 + docs/users_guide/using-optimisation.rst | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1