[commit: ghc] master: Make array copy primops inline (9c23f06)
Simon Marlow
marlowsd at gmail.com
Thu May 19 16:14:15 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9c23f06f3eb925dca063d5102b0ced4a9afe795e
>---------------------------------------------------------------
commit 9c23f06f3eb925dca063d5102b0ced4a9afe795e
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Fri Apr 15 13:40:05 2011 +0200
Make array copy primops inline
compiler/cmm/CmmExpr.hs | 5 +-
compiler/codeGen/CgPrimOp.hs | 212 +++++++++++++++++++++++++++++++++++++++
compiler/codeGen/CgUtils.hs | 19 +++-
compiler/prelude/primops.txt.pp | 6 -
includes/stg/MiscClosures.h | 6 -
rts/Linker.c | 6 -
rts/PrimOps.cmm | 105 -------------------
7 files changed, 231 insertions(+), 128 deletions(-)
Diff suppressed because of size. To see it, use:
git show 9c23f06f3eb925dca063d5102b0ced4a9afe795e
More information about the Cvs-ghc
mailing list