X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FStgMiscClosures.h;h=562099629950d0d92b12ac0c3d6d221d5f684b8c;hp=d98956167ae6a564fe362a7f54ccd489ac3a731f;hb=65ff44face84ae30f1ddf7d009d51c1778f8c7d3;hpb=d308d910efa702ebf5a2f76db628d690fcf6fa51 diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index d989561..5620996 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -39,7 +39,6 @@ RTS_RET_INFO(stg_upd_frame_info); RTS_RET_INFO(stg_marked_upd_frame_info); RTS_RET_INFO(stg_noupd_frame_info); -RTS_RET_INFO(stg_seq_frame_info); RTS_RET_INFO(stg_catch_frame_info); RTS_RET_INFO(stg_catch_retry_frame_info); RTS_RET_INFO(stg_atomically_frame_info); @@ -48,18 +47,9 @@ RTS_RET_INFO(stg_catch_stm_frame_info); RTS_ENTRY(stg_upd_frame_ret); RTS_ENTRY(stg_marked_upd_frame_ret); -RTS_ENTRY(stg_seq_frame_ret); /* Entry code for constructors created by the bytecode interpreter */ RTS_FUN(stg_interp_constr_entry); -RTS_FUN(stg_interp_constr1_entry); -RTS_FUN(stg_interp_constr2_entry); -RTS_FUN(stg_interp_constr3_entry); -RTS_FUN(stg_interp_constr4_entry); -RTS_FUN(stg_interp_constr5_entry); -RTS_FUN(stg_interp_constr6_entry); -RTS_FUN(stg_interp_constr7_entry); -RTS_FUN(stg_interp_constr8_entry); /* Magic glue code for when compiled code returns a value in R1/F1/D1 or a VoidRep to the interpreter. */ @@ -84,14 +74,6 @@ RTS_ENTRY(stg_apply_interp_ret); RTS_INFO(stg_IND_info); RTS_INFO(stg_IND_direct_info); -RTS_INFO(stg_IND_0_info); -RTS_INFO(stg_IND_1_info); -RTS_INFO(stg_IND_2_info); -RTS_INFO(stg_IND_3_info); -RTS_INFO(stg_IND_4_info); -RTS_INFO(stg_IND_5_info); -RTS_INFO(stg_IND_6_info); -RTS_INFO(stg_IND_7_info); RTS_INFO(stg_IND_STATIC_info); RTS_INFO(stg_IND_PERM_info); RTS_INFO(stg_IND_OLDGEN_info); @@ -136,6 +118,7 @@ RTS_INFO(stg_AP_info); RTS_INFO(stg_AP_STACK_info); RTS_INFO(stg_dummy_ret_info); RTS_INFO(stg_raise_info); +RTS_INFO(stg_raise_ret_info); RTS_INFO(stg_TVAR_WATCH_QUEUE_info); RTS_INFO(stg_INVARIANT_CHECK_QUEUE_info); RTS_INFO(stg_ATOMIC_INVARIANT_info); @@ -149,14 +132,6 @@ RTS_INFO(stg_NO_TREC_info); RTS_ENTRY(stg_IND_entry); RTS_ENTRY(stg_IND_direct_entry); -RTS_ENTRY(stg_IND_0_entry); -RTS_ENTRY(stg_IND_1_entry); -RTS_ENTRY(stg_IND_2_entry); -RTS_ENTRY(stg_IND_3_entry); -RTS_ENTRY(stg_IND_4_entry); -RTS_ENTRY(stg_IND_5_entry); -RTS_ENTRY(stg_IND_6_entry); -RTS_ENTRY(stg_IND_7_entry); RTS_ENTRY(stg_IND_STATIC_entry); RTS_ENTRY(stg_IND_PERM_entry); RTS_ENTRY(stg_IND_OLDGEN_entry); @@ -200,6 +175,7 @@ RTS_ENTRY(stg_AP_entry); RTS_ENTRY(stg_AP_STACK_entry); RTS_ENTRY(stg_dummy_ret_entry); RTS_ENTRY(stg_raise_entry); +RTS_ENTRY(stg_raise_ret_ret); RTS_ENTRY(stg_END_STM_WATCH_QUEUE_entry); RTS_ENTRY(stg_END_INVARIANT_CHECK_QUEUE_entry); RTS_ENTRY(stg_END_STM_CHUNK_LIST_entry); @@ -510,6 +486,7 @@ RTS_FUN(stg_returnToStackTop); RTS_FUN(stg_returnToSched); RTS_FUN(stg_returnToSchedNotPaused); RTS_FUN(stg_returnToSchedButFirst); +RTS_FUN(stg_threadFinished); RTS_FUN(stg_init_finish); RTS_FUN(stg_init); @@ -614,7 +591,9 @@ RTS_FUN(readTVarzh_fast); RTS_FUN(writeTVarzh_fast); RTS_FUN(checkzh_fast); -RTS_FUN(infoPtrzh_fast); -RTS_FUN(closurePayloadzh_fast); +RTS_FUN(unpackClosurezh_fast); +RTS_FUN(getApStackValzh_fast); + +RTS_FUN(noDuplicatezh_fast); #endif /* STGMISCCLOSURES_H */