diff options
author | Kirill Elagin <kirelagin@gmail.com> | 2020-12-08 18:52:12 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-12-10 01:45:54 -0500 |
commit | 3551c554acd8d692de7948c47a27327988b3a308 (patch) | |
tree | 5d47f0037b04191493dd8a95d44c06ccf27f449a /docs | |
parent | 35e7b0c6581bb7b577e63b08770bb8f1372435aa (diff) | |
download | haskell-3551c554acd8d692de7948c47a27327988b3a308.tar.gz |
doc: Extra-clarify -fomit-yields
Be more clear on what this optimisation being on by default means
in terms of yields.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using-optimisation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst index 5423128be7..a962a7f55e 100644 --- a/docs/users_guide/using-optimisation.rst +++ b/docs/users_guide/using-optimisation.rst @@ -720,7 +720,7 @@ by saying ``-fno-wombat``. :reverse: -fno-omit-yields :category: - :default: on + :default: on (yields are *not* inserted) Tells GHC to omit heap checks when no allocation is being performed. While this improves binary sizes by about 5%, it |