Skip to content
  • Simon Marlow's avatar
    [project @ 2001-08-10 09:41:17 by simonmar] · fb431441
    Simon Marlow authored
    Claim that MUT_CONS closures have 1 pointer and 1 non-pointer field,
    so that the default threading code in GCCompact works for them (it
    doesn't thread the mut_link field).  This also matches MUT_VARs, so
    it's more consistent.
    fb431441