diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-02 20:17:08 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-02 22:06:43 -0500 |
commit | 6128b2ffbe36ed2779583e05ee9d817eaafc1c9c (patch) | |
tree | 3c2f84e8dbadcf4b47c43f514dbc2ce1bd08c0e3 /docs | |
parent | 5728f4b83a06b28fc3bf75f5d13675fe5e9888c6 (diff) | |
download | haskell-6128b2ffbe36ed2779583e05ee9d817eaafc1c9c.tar.gz |
users-guide: Explain behavior of verbose-core2core + dump-inlinings
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/debugging.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst index 8191048b92..3dda67bee5 100644 --- a/docs/users_guide/debugging.rst +++ b/docs/users_guide/debugging.rst @@ -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 |