diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-04-28 15:24:50 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-28 22:20:10 -0400 |
commit | 22cf46980ad9b57eb428e7be045a1bc198b6380d (patch) | |
tree | 7c85b09677c64ff93ae5055cbec2b9d042452031 /rts/StgMiscClosures.cmm | |
parent | d182897e738ae1fb594ddc88cc27f607266ef5d1 (diff) | |
download | haskell-22cf46980ad9b57eb428e7be045a1bc198b6380d.tar.gz |
Revert "rts: Refactor handling of dead threads' stacks"
This reverts commit e09afbf2a998beea7783e3de5dce5dd3c6ff23db.
Diffstat (limited to 'rts/StgMiscClosures.cmm')
-rw-r--r-- | rts/StgMiscClosures.cmm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm index dbdd2d71fa..b9aee516d0 100644 --- a/rts/StgMiscClosures.cmm +++ b/rts/StgMiscClosures.cmm @@ -414,16 +414,6 @@ INFO_TABLE_RET( stg_apply_interp, RET_BCO ) jump stg_yield_to_interpreter []; } -/* - * Dummy info table pushed on the top of the stack when the stack's - * owning thread has finished. - */ -INFO_TABLE_RET( stg_dead_thread, RET_SMALL, - W_ info_ptr, - PROF_HDR_FIELDS(W_,p1,p2) - P_ result ) -{ foreign "C" barf("stg_dead_thread entered!") never returns; } - /* ---------------------------------------------------------------------------- Entry code for a BCO ------------------------------------------------------------------------- */ |