[commit: ghc] master: users-guide: Explain behavior of verbose-core2core + dump-inlinings (6128b2f)
git at git.haskell.org
git at git.haskell.org
Fri Feb 3 03:14:09 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6128b2ffbe36ed2779583e05ee9d817eaafc1c9c/ghc
>---------------------------------------------------------------
commit 6128b2ffbe36ed2779583e05ee9d817eaafc1c9c
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Feb 2 20:17:08 2017 -0500
users-guide: Explain behavior of verbose-core2core + dump-inlinings
>---------------------------------------------------------------
6128b2ffbe36ed2779583e05ee9d817eaafc1c9c
docs/users_guide/debugging.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index 8191048..3dda67b 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
More information about the ghc-commits
mailing list