X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStgMiscClosures.h;h=432767d60b8276fde1568ea64d42deeab8d4efae;hb=91b07216be1cb09230b7d1b417899ddea8620ff3;hp=16d1483bd9e71bcc82835af1ae3666ce70663deb;hpb=b88b71c279992aa4c722c8885428691dbcde6ebf;p=ghc-hetmet.git diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index 16d1483..432767d 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -37,14 +37,17 @@ /* Stack frames */ 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); +RTS_RET_INFO(stg_atomically_waiting_frame_info); 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 */ @@ -95,9 +98,9 @@ RTS_INFO(stg_IND_OLDGEN_info); RTS_INFO(stg_IND_OLDGEN_PERM_info); RTS_INFO(stg_CAF_UNENTERED_info); RTS_INFO(stg_CAF_ENTERED_info); +RTS_INFO(stg_WHITEHOLE_info); RTS_INFO(stg_BLACKHOLE_info); RTS_INFO(stg_CAF_BLACKHOLE_info); -RTS_INFO(stg_BLACKHOLE_BQ_info); #ifdef TICKY_TICKY RTS_INFO(stg_SE_BLACKHOLE_info); RTS_INFO(stg_SE_CAF_BLACKHOLE_info); @@ -111,7 +114,6 @@ RTS_INFO(stg_FETCH_ME_BQ_info); #endif RTS_FUN_INFO(stg_BCO_info); RTS_INFO(stg_EVACUATED_info); -RTS_INFO(stg_FOREIGN_info); RTS_INFO(stg_WEAK_info); RTS_INFO(stg_DEAD_WEAK_info); RTS_INFO(stg_STABLE_NAME_info); @@ -120,10 +122,12 @@ RTS_INFO(stg_EMPTY_MVAR_info); RTS_INFO(stg_TSO_info); RTS_INFO(stg_ARR_WORDS_info); RTS_INFO(stg_MUT_ARR_WORDS_info); -RTS_INFO(stg_MUT_ARR_PTRS_info); +RTS_INFO(stg_MUT_ARR_PTRS_CLEAN_info); +RTS_INFO(stg_MUT_ARR_PTRS_DIRTY_info); RTS_INFO(stg_MUT_ARR_PTRS_FROZEN_info); RTS_INFO(stg_MUT_ARR_PTRS_FROZEN0_info); -RTS_INFO(stg_MUT_VAR_info); +RTS_INFO(stg_MUT_VAR_CLEAN_info); +RTS_INFO(stg_MUT_VAR_DIRTY_info); RTS_INFO(stg_END_TSO_QUEUE_info); RTS_INFO(stg_MUT_CONS_info); RTS_INFO(stg_catch_info); @@ -156,9 +160,9 @@ RTS_ENTRY(stg_IND_OLDGEN_entry); RTS_ENTRY(stg_IND_OLDGEN_PERM_entry); RTS_ENTRY(stg_CAF_UNENTERED_entry); RTS_ENTRY(stg_CAF_ENTERED_entry); +RTS_ENTRY(stg_WHITEHOLE_entry); RTS_ENTRY(stg_BLACKHOLE_entry); RTS_ENTRY(stg_CAF_BLACKHOLE_entry); -RTS_ENTRY(stg_BLACKHOLE_BQ_entry); #ifdef TICKY_TICKY RTS_ENTRY(stg_SE_BLACKHOLE_entry); RTS_ENTRY(stg_SE_CAF_BLACKHOLE_entry); @@ -171,7 +175,6 @@ RTS_ENTRY(stg_FETCH_ME_BQ_entry); #endif RTS_ENTRY(stg_BCO_entry); RTS_ENTRY(stg_EVACUATED_entry); -RTS_ENTRY(stg_FOREIGN_entry); RTS_ENTRY(stg_WEAK_entry); RTS_ENTRY(stg_DEAD_WEAK_entry); RTS_ENTRY(stg_STABLE_NAME_entry); @@ -180,10 +183,12 @@ RTS_ENTRY(stg_EMPTY_MVAR_entry); RTS_ENTRY(stg_TSO_entry); RTS_ENTRY(stg_ARR_WORDS_entry); RTS_ENTRY(stg_MUT_ARR_WORDS_entry); -RTS_ENTRY(stg_MUT_ARR_PTRS_entry); +RTS_ENTRY(stg_MUT_ARR_PTRS_CLEAN_entry); +RTS_ENTRY(stg_MUT_ARR_PTRS_DIRTY_entry); RTS_ENTRY(stg_MUT_ARR_PTRS_FROZEN_entry); RTS_ENTRY(stg_MUT_ARR_PTRS_FROZEN0_entry); -RTS_ENTRY(stg_MUT_VAR_entry); +RTS_ENTRY(stg_MUT_VAR_CLEAN_entry); +RTS_ENTRY(stg_MUT_VAR_DIRTY_entry); RTS_ENTRY(stg_END_TSO_QUEUE_entry); RTS_ENTRY(stg_MUT_CONS_entry); RTS_ENTRY(stg_catch_entry); @@ -206,6 +211,7 @@ RTS_ENTRY(stg_blockAsyncExceptionszh_ret_ret); RTS_ENTRY(stg_catch_frame_ret); RTS_ENTRY(stg_catch_retry_frame_ret); RTS_ENTRY(stg_atomically_frame_ret); +RTS_ENTRY(stg_atomically_waiting_frame_ret); RTS_ENTRY(stg_catch_stm_frame_ret); RTS_ENTRY(stg_catch_frame_ret); RTS_ENTRY(stg_catch_entry); @@ -456,14 +462,19 @@ RTS_FUN(stg_yield_to_interpreter); RTS_FUN(stg_gen_block); RTS_FUN(stg_block_noregs); RTS_FUN(stg_block_1); +RTS_FUN(stg_block_blackhole); +RTS_FUN(stg_block_blackhole_finally); RTS_FUN(stg_block_takemvar); RTS_ENTRY(stg_block_takemvar_ret); RTS_FUN(stg_block_putmvar); RTS_ENTRY(stg_block_putmvar_ret); #ifdef mingw32_HOST_OS RTS_FUN(stg_block_async); +RTS_ENTRY(stg_block_async_ret); RTS_FUN(stg_block_async_void); +RTS_ENTRY(stg_block_async_void_ret); #endif +RTS_FUN(stg_block_stmwait); /* Entry/exit points from StgStartup.cmm */ @@ -471,7 +482,9 @@ RTS_RET_INFO(stg_stop_thread_info); RTS_ENTRY(stg_stop_thread_ret); RTS_FUN(stg_returnToStackTop); -RTS_FUN(stg_enterStackTop); +RTS_FUN(stg_returnToSched); +RTS_FUN(stg_returnToSchedNotPaused); +RTS_FUN(stg_returnToSchedButFirst); RTS_FUN(stg_init_finish); RTS_FUN(stg_init); @@ -563,8 +576,6 @@ RTS_FUN(mkWeakzh_fast); RTS_FUN(finalizzeWeakzh_fast); RTS_FUN(deRefWeakzh_fast); -RTS_FUN(mkForeignObjzh_fast); - RTS_FUN(newBCOzh_fast); RTS_FUN(mkApUpd0zh_fast);