patch applied (ghc-6.12/ghc): Apply a workaround for #3586

Simon Marlow marlowsd at gmail.com
Thu Nov 12 09:00:21 EST 2009


Thu Nov 12 05:38:07 PST 2009  Simon Marlow <marlowsd at gmail.com>
  * Apply a workaround for #3586
  Ignore-this: ddfe66109a9b08a4bc6348b4d164ebbb
  This is a pretty severe performance bug in newArray and newArray_,
  fixed in HEAD, but needs a workaround in STABLE.  The workaround from
  the ticket didn't work, but a slight modification of it did: I had to
  disable the INLINE pragma on the newArray default method.

    M ./libraries/tarballs/array-0.3.0.0.tar.gz

View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091112133807-12142-57a3d2564f3608d899c6d61d4bc905e0dd935f74.gz



More information about the Cvs-ghc mailing list