Skip to content
  • Ben Gamari's avatar
    eb623149
    compiler: Record original thunk info tables on stack · eb623149
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Here we introduce a new code generation option, `-forig-thunk-info`,
    which ensures that an `stg_orig_thunk_info` frame is pushed before every
    update frame. This can be invaluable when debugging thunk cycles and
    similar.
    
    See Note [Original thunk info table frames] for details.
    
    Closes #23255.
    eb623149
    compiler: Record original thunk info tables on stack
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Here we introduce a new code generation option, `-forig-thunk-info`,
    which ensures that an `stg_orig_thunk_info` frame is pushed before every
    update frame. This can be invaluable when debugging thunk cycles and
    similar.
    
    See Note [Original thunk info table frames] for details.
    
    Closes #23255.
Loading