Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5b1053897fa16ced293e749447e9c027d15d29f5 >--------------------------------------------------------------- commit 5b1053897fa16ced293e749447e9c027d15d29f5 Author: Edward Z. Yang <[email protected]> Date: Fri Jun 10 17:16:32 2011 +0100 Port "Make array copy primops inline" and related patches to new codegen. The following patches were ported: d0faaa6 Fix segfault in array copy primops on 32-bit 18691d4 Make assignTemp_ less pessimistic 9c23f06 Make array copy primops inline Signed-off-by: Edward Z. Yang <[email protected]> compiler/codeGen/CgForeignCall.hs | 3 + compiler/codeGen/CgMonad.lhs | 2 + compiler/codeGen/CgPrimOp.hs | 7 ++ compiler/codeGen/StgCmmPrim.hs | 209 +++++++++++++++++++++++++++++++++++++ compiler/codeGen/StgCmmUtils.hs | 17 +++- 5 files changed, 234 insertions(+), 4 deletions(-) Diff suppressed because of size. To see it, use: git show 5b1053897fa16ced293e749447e9c027d15d29f5 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
