Skip to content
  • 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
    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.
Loading