Skip to content
  • Simon Marlow's avatar
    [project @ 2002-09-04 10:00:45 by simonmar] · c83656b2
    Simon Marlow authored
    Recent changes to simplify PrimRep had introduced a bug: the heap
    check code was assuming that anything with PtrRep representation was
    enterable.  This isn't the case for the unpointed primitive types
    (eg. ByteArray#), resulting in the ARR_WORDS crash in last night's
    build.
    
    This bug isn't in STABLE.
    c83656b2