[Git][ghc/ghc][master] Remove unused closure stg_IND_direct
Marge Bot
gitlab at gitlab.haskell.org
Thu Apr 2 05:48:15 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
5beac042 by Ömer Sinan Ağacan at 2020-04-02T01:48:05-04:00
Remove unused closure stg_IND_direct
- - - - -
2 changed files:
- includes/stg/MiscClosures.h
- rts/StgMiscClosures.cmm
Changes:
=====================================
includes/stg/MiscClosures.h
=====================================
@@ -90,7 +90,6 @@ RTS_RET(stg_ctoi_V);
RTS_RET(stg_apply_interp);
RTS_ENTRY(stg_IND);
-RTS_ENTRY(stg_IND_direct);
RTS_ENTRY(stg_IND_STATIC);
RTS_ENTRY(stg_BLACKHOLE);
RTS_ENTRY(stg_CAF_BLACKHOLE);
=====================================
rts/StgMiscClosures.cmm
=====================================
@@ -256,15 +256,6 @@ INFO_TABLE(stg_IND,1,0,IND,"IND","IND")
}
#endif
-INFO_TABLE(stg_IND_direct,1,0,IND,"IND","IND")
- (P_ node)
-{
- TICK_ENT_DYN_IND(); /* tick */
- node = StgInd_indirectee(node);
- TICK_ENT_VIA_NODE();
- jump %ENTRY_CODE(Sp(0)) (node);
-}
-
INFO_TABLE(stg_IND_STATIC,1,0,IND_STATIC,"IND_STATIC","IND_STATIC")
/* explicit stack */
{
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5beac042b995b055a66bc16be536d9e920f6864d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5beac042b995b055a66bc16be536d9e920f6864d
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200402/040cdc97/attachment-0001.html>
More information about the ghc-commits
mailing list