Skip to content
Snippets Groups Projects
Commit eb623149 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

compiler: Record original thunk info tables on stack

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.
parent d1c92bf3
No related branches found
No related tags found
No related merge requests found
Showing with 98 additions and 8 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment