[GHC] #8867: newArray# fails to initialize card table correctly

GHC ghc-devs at haskell.org
Sun Mar 9 19:46:32 UTC 2014


#8867: newArray# fails to initialize card table correctly
-------------------------------------+------------------------------------
        Reporter:  tibbe             |            Owner:  simonmar
            Type:  bug               |           Status:  new
        Priority:  normal            |        Milestone:
       Component:  Runtime System    |          Version:  7.6.3
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------

Comment (by simonmar):

 the mark bits and the header are irrelevant for newly allocated arrays, so
 we could probably omit the initialisation of the card table altogether.
 I'll look into this.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8867#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list