X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStgMiscClosures.h;h=d5a03fcdd9227ee96642af39fc49a3ff732105fb;hb=cbbee4e8727c583daf32d9bf17f00afaa839ef10;hp=94244a9a9508e03ec83b87ee8a86fe5f2e1a3c70;hpb=979fb4abd736734d30089a8b328824d4a5862a6a;p=ghc-hetmet.git diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 94244a9..d5a03fc 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -92,12 +92,6 @@ RTS_INFO(stg_BLACKHOLE_info); RTS_INFO(__stg_EAGER_BLACKHOLE_info); RTS_INFO(stg_CAF_BLACKHOLE_info); -#if defined(PAR) || defined(GRAN) -RTS_INFO(stg_RBH_info); -#endif -#if defined(PAR) -RTS_INFO(stg_FETCH_ME_BQ_info); -#endif RTS_FUN_INFO(stg_BCO_info); RTS_INFO(stg_EVACUATED_info); RTS_INFO(stg_WEAK_info); @@ -147,12 +141,6 @@ RTS_ENTRY(stg_WHITEHOLE_entry); RTS_ENTRY(stg_BLACKHOLE_entry); RTS_ENTRY(__stg_EAGER_BLACKHOLE_entry); RTS_ENTRY(stg_CAF_BLACKHOLE_entry); -#if defined(PAR) || defined(GRAN) -RTS_ENTRY(stg_RBH_entry); -#endif -#if defined(PAR) -RTS_ENTRY(stg_FETCH_ME_BQ_entry); -#endif RTS_ENTRY(stg_BCO_entry); RTS_ENTRY(stg_EVACUATED_entry); RTS_ENTRY(stg_WEAK_entry); @@ -520,7 +508,6 @@ RTS_FUN(gcdIntzh_fast); RTS_FUN(int2Integerzh_fast); RTS_FUN(word2Integerzh_fast); -RTS_FUN(decodeFloatzh_fast); RTS_FUN(decodeFloatzuIntzh_fast); RTS_FUN(decodeDoublezh_fast); RTS_FUN(decodeDoublezu2Intzh_fast); @@ -540,6 +527,7 @@ RTS_FUN(word64ToIntegerzh_fast); RTS_FUN(unsafeThawArrayzh_fast); RTS_FUN(newByteArrayzh_fast); RTS_FUN(newPinnedByteArrayzh_fast); +RTS_FUN(newAlignedPinnedByteArrayzh_fast); RTS_FUN(newArrayzh_fast); RTS_FUN(newMutVarzh_fast);