Skip to content
Snippets Groups Projects
Commit 6128b2ff authored by Ben Gamari's avatar Ben Gamari
Browse files

users-guide: Explain behavior of verbose-core2core + dump-inlinings

parent 5728f4b8
No related merge requests found
......@@ -103,7 +103,9 @@ Dumping out compiler intermediate structures
.. ghc-flag:: -ddump-inlinings
Dumps inlining info from the simplifier
Dumps inlining info from the simplifier. Note that if used in conjunction with
:ghc-flag:`-dverbose-core2core` the compiler will also dump the inlinings that
it considers but passes up, along with its rationale.
.. ghc-flag:: -ddump-stranal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment