diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2021-03-22 10:11:35 +0100 |
---|---|---|
committer | Sebastian Graf <sebastian.graf@kit.edu> | 2021-04-20 10:17:55 +0200 |
commit | 0e5411374ebbb934227ceb533f984886f611f1b6 (patch) | |
tree | 1f60c07460f3802bd85559d631b428f6b5d8888c /docs | |
parent | ee5dadade02890ff458167455386cc50839a3db8 (diff) | |
download | haskell-0e5411374ebbb934227ceb533f984886f611f1b6.tar.gz |
Worker/wrapper: Consistent names
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 2722a285df..523b0a7e66 100644 --- a/docs/users_guide/using-optimisation.rst +++ b/docs/users_guide/using-optimisation.rst @@ -488,7 +488,7 @@ by saying ``-fno-wombat``. :default: off - Worker-wrapper removes unused arguments, but usually we do not + Worker/wrapper removes unused arguments, but usually we do not remove them all, lest it turn a function closure into a thunk, thereby perhaps creating a space leak and/or disrupting inlining. This flag allows worker/wrapper to remove *all* value lambdas. |