Skip to content
  • Simon Marlow's avatar
    Refactor inline array allocation · b684f27e
    Simon Marlow authored and tibbe's avatar tibbe committed
    - Move array representation knowledge into SMRep
    
    - Separate out low-level heap-object allocation so that we can reuse
      it from doNewArrayOp
    
    - remove card-table initialisation, we can safely ignore the card
      table for newly allocated arrays.
    b684f27e