Skip to content
Snippets Groups Projects

LdvProfile: THUNK_SELECTOR hack

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Alexis King
    Edited
    patch.patch 321 B
    diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c
    index 2cdeb36ce2..3935ee79ec 100644
    --- a/rts/LdvProfile.c
    +++ b/rts/LdvProfile.c
    @@ -42,6 +42,7 @@ bool isInherentlyUsed( StgHalfWord closure_type )
         case PRIM:
         case MUT_PRIM:
         case TREC_CHUNK:
    +    case THUNK_SELECTOR:
             return true;
     
         default:
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment