Wolfgang Jeltsch pushed to branch wip/jeltsch/textual-bytecode-output at Glasgow Haskell Compiler / GHC Commits: 12d74b58 by Wolfgang Jeltsch at 2026-07-20T21:33:32+03:00 Add user documentation - - - - - 1 changed file: - docs/users_guide/using.rst Changes: ===================================== docs/users_guide/using.rst ===================================== @@ -417,6 +417,13 @@ The available mode flags are: Read the interface in ⟨file⟩ and dump it as text to ``stdout``. For example ``ghc --show-iface M.hi``. +.. ghc-flag:: --show-bytecode ⟨file⟩ + :shortdesc: display contents of a bytecode file. + :type: mode + :category: modes + + Read a bytecode file and dump relevant parts of it as text to ``stdout``. + .. ghc-flag:: --supported-extensions --supported-languages :shortdesc: display the supported language extensions View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/12d74b588fdee0f0bb129bafc4c6c2c6... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/12d74b588fdee0f0bb129bafc4c6c2c6... 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