Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ben Gamari's avatar
    5192a75f
    rts: Annotate BCOs with their Name · 5192a75f
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    This introduces a new bytecode instruction, `BCO_NAME`, to aid in debugging
    bytecode execution. This instruction is injected by `mkProtoBCO` and
    captures the Haskell name of the BCO. It is then printed by the
    disassembler, allowing ready correlation with STG dumps.
    5192a75f
    History
    rts: Annotate BCOs with their Name
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    This introduces a new bytecode instruction, `BCO_NAME`, to aid in debugging
    bytecode execution. This instruction is injected by `mkProtoBCO` and
    captures the Haskell name of the BCO. It is then printed by the
    disassembler, allowing ready correlation with STG dumps.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.