There was an error fetching the commit references. Please try again later.
Introduce -ddump-verbose-inlinings
Previously -ddump-inlinings and -dverbose-core2core used in conjunction would have the side-effect of dumping additional information about all inlinings considered by the simplifier. However, I have sometimes wanted this inlining information without the firehose of information produced by -dverbose-core2core. Introduce a new dump flag for this purpose.
Showing
- compiler/GHC/Core/Unfold.hs 1 addition, 1 deletioncompiler/GHC/Core/Unfold.hs
- compiler/GHC/Driver/Flags.hs 1 addition, 0 deletionscompiler/GHC/Driver/Flags.hs
- compiler/GHC/Driver/Session.hs 3 additions, 0 deletionscompiler/GHC/Driver/Session.hs
- docs/users_guide/debugging.rst 10 additions, 5 deletionsdocs/users_guide/debugging.rst
Loading
Please register or sign in to comment