Wolfgang Jeltsch pushed to branch wip/jeltsch/textual-bytecode-output at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/using.rst
    ... ... @@ -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