Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7651b6799523e55e132ed8f5ccd5bb3f21b9a0ac >--------------------------------------------------------------- commit 7651b6799523e55e132ed8f5ccd5bb3f21b9a0ac Author: Ian Lynagh <i...@well-typed.com> Date: Thu Dec 13 20:20:58 2012 +0000 Make FastBytes a synonym for ByteString A step on the way to getting rid of FastBytes slow nofib Compile times look like: -1 s.d. -2.4% +1 s.d. +3.4% Average +0.4% but looking at the times for the longer-running compilations I think the change is just noise. compiler/ghci/ByteCodeGen.lhs | 10 ++- compiler/utils/Binary.hs | 12 ++-- compiler/utils/BufWrite.hs | 3 +- compiler/utils/FastString.lhs | 158 ++++++++++++++++++----------------------- 4 files changed, 83 insertions(+), 100 deletions(-) Diff suppressed because of size. To see it, use: git show 7651b6799523e55e132ed8f5ccd5bb3f21b9a0ac _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc