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
1 changed file:
Changes:
| ... | ... | @@ -417,6 +417,13 @@ The available mode flags are: |
| 417 | 417 | Read the interface in ⟨file⟩ and dump it as text to ``stdout``. For
|
| 418 | 418 | example ``ghc --show-iface M.hi``.
|
| 419 | 419 | |
| 420 | +.. ghc-flag:: --show-bytecode ⟨file⟩
|
|
| 421 | + :shortdesc: display contents of a bytecode file.
|
|
| 422 | + :type: mode
|
|
| 423 | + :category: modes
|
|
| 424 | + |
|
| 425 | + Read a bytecode file and dump relevant parts of it as text to ``stdout``.
|
|
| 426 | + |
|
| 420 | 427 | .. ghc-flag:: --supported-extensions
|
| 421 | 428 | --supported-languages
|
| 422 | 429 | :shortdesc: display the supported language extensions
|