[Git][ghc/ghc][master] Fix missing profiling header for origin_thunk frame.
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 63ae8eb3 by Andreas Klebinger at 2026-03-14T05:13:43-04:00 Fix missing profiling header for origin_thunk frame. Fixes #27007 - - - - - 1 changed file: - rts/StgMiscClosures.cmm Changes: ===================================== rts/StgMiscClosures.cmm ===================================== @@ -47,6 +47,7 @@ import CLOSURE stg_ret_v_info; /* See Note [Original thunk info table frames] in GHC.StgToCmm.Bind. */ INFO_TABLE_RET (stg_orig_thunk_info_frame, RET_SMALL, W_ info_ptr, + PROF_HDR_FIELDS(W_, p1, p2) W_ thunk_info_ptr) /* no args => explicit stack */ { View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/63ae8eb38c54eaba77949b048a3621a5... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/63ae8eb38c54eaba77949b048a3621a5... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)