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.
Showing
- compiler/GHC/Cmm/CLabel.hs 3 additions, 1 deletioncompiler/GHC/Cmm/CLabel.hs
- compiler/GHC/Driver/Config/StgToCmm.hs 1 addition, 0 deletionscompiler/GHC/Driver/Config/StgToCmm.hs
- compiler/GHC/Driver/Flags.hs 2 additions, 0 deletionscompiler/GHC/Driver/Flags.hs
- compiler/GHC/Driver/Session.hs 1 addition, 0 deletionscompiler/GHC/Driver/Session.hs
- compiler/GHC/StgToCmm/Bind.hs 46 additions, 4 deletionscompiler/GHC/StgToCmm/Bind.hs
- compiler/GHC/StgToCmm/Config.hs 1 addition, 0 deletionscompiler/GHC/StgToCmm/Config.hs
- docs/users_guide/debugging.rst 12 additions, 0 deletionsdocs/users_guide/debugging.rst
- rts/RtsSymbols.c 4 additions, 3 deletionsrts/RtsSymbols.c
- rts/StgMiscClosures.cmm 11 additions, 0 deletionsrts/StgMiscClosures.cmm
- rts/include/rts/storage/Closures.h 7 additions, 0 deletionsrts/include/rts/storage/Closures.h
- rts/include/stg/MiscClosures.h 1 addition, 0 deletionsrts/include/stg/MiscClosures.h
- testsuite/tests/codeGen/should_run/OrigThunkInfo.hs 4 additions, 0 deletionstestsuite/tests/codeGen/should_run/OrigThunkInfo.hs
- testsuite/tests/codeGen/should_run/OrigThunkInfo.stdout 2 additions, 0 deletionstestsuite/tests/codeGen/should_run/OrigThunkInfo.stdout
- testsuite/tests/codeGen/should_run/all.T 1 addition, 0 deletionstestsuite/tests/codeGen/should_run/all.T
- utils/deriveConstants/Main.hs 2 additions, 0 deletionsutils/deriveConstants/Main.hs
Loading
Please register or sign in to comment