Skip to content
  • Simon Marlow's avatar
    Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types · a0be7e7c
    Simon Marlow authored
    These closure types aren't used/needed, as far as I can tell.  The
    commoning up of Chars/Ints happens by comparing info pointers, and
    the info table for a dynamic C#/I# is CONSTR_0_1.  The RTS seemed
    a little confused about whether CONSTR_CHARLIKE/CONSTR_INTLIKE were
    supposed to be static or dynamic closures, too.
    a0be7e7c