Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
0a26f9e8
Commit
0a26f9e8
authored
Oct 06, 2019
by
Ben Gamari
🐢
Committed by
Marge Bot
Oct 08, 2019
Browse files
users-guide: Document -fworker-wrapper
parent
180cf177
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/using-optimisation.rst
View file @
0a26f9e8
...
...
@@ -1250,6 +1250,17 @@ by saying ``-fno-wombat``.
determines if a function definition will be kept around at all for
potential inlining.
.. ghc-flag:: -fworker-wrapper
:shortdesc: Enable the worker-wrapper transformation.
:type: dynamic
:category:
Enable the worker-wrapper transformation after a strictness
analysis pass. Implied by :ghc-flag:`-O`, and by :ghc-flag:`-fstrictness`.
Disabled by :ghc-flag:`-fno-strictness`. Enabling :ghc-flag:`-fworker-wrapper`
while strictness analysis is disabled (by :ghc-flag:`-fno-strictness`)
has no effect.
.. ghc-flag:: -fbinary-blob-threshold=⟨n⟩
:shortdesc: *default: 500K.* Tweak assembly generator for binary blobs.
:type: dynamic
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment