[Git][ghc/ghc][wip/andreask/deep-discounts-2026] Document -dsuppress-guidance
Andreas Klebinger pushed to branch wip/andreask/deep-discounts-2026 at Glasgow Haskell Compiler / GHC Commits: 551b9cca by Andreas Klebinger at 2026-07-18T09:57:09+00:00 Document -dsuppress-guidance - - - - - 1 changed file: - docs/users_guide/debugging.rst Changes: ===================================== docs/users_guide/debugging.rst ===================================== @@ -940,6 +940,15 @@ parts that you are not interested in. Suppress "ticks" in the pretty-printer output. +.. ghc-flag:: -dsuppress-guidance + :shortdesc: Suppress details of unfolding guidance. + :type: dynamic + :since: 10.2 + + Unfolding guidance describes how the structure of an argument impacts inlining + behaviour. However it can be quite noisy so we often want to suppress it. + :ghc-flag:`-dsuppress-guidance` + .. ghc-flag:: -dsuppress-uniques :shortdesc: Suppress the printing of uniques in debug output (easier to use ``diff``) @@ -952,6 +961,7 @@ parts that you are not interested in. has shown you where to look, you can try again without :ghc-flag:`-dsuppress-uniques` + .. ghc-flag:: -dstable-core-dump-order :shortdesc: Reorder top-level bindings in Core dumps into a stable, diffable order View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/551b9ccadbd91155770a8aa940b50926... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/551b9ccadbd91155770a8aa940b50926... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Andreas Klebinger (@AndreasK)