[commit: ghc] ghc-lwc2: More fixes in cmm to adhere to new calling conventions. Added some minor edits to the rts files to get them to compile. (8574cd3)
Ian Lynagh
igloo at earth.li
Thu Feb 28 15:19:36 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
http://hackage.haskell.org/trac/ghc/changeset/8574cd3aa4eeee12f49d7bcb9873bee88c3bba3a
>---------------------------------------------------------------
commit 8574cd3aa4eeee12f49d7bcb9873bee88c3bba3a
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Fri Feb 22 13:02:54 2013 -0500
More fixes in cmm to adhere to new calling conventions. Added some minor edits to the rts files to get them to compile.
libraries/binary | 2 +-
rts/Exception.cmm | 2 +-
rts/HeapStackCheck.cmm | 4 +--
rts/PrimOps.cmm | 10 +++---
rts/RaiseAsync.c | 4 +--
rts/STM.c | 15 ++++++++
rts/STM.h | 9 +++++
rts/Schedule.c | 3 +-
rts/Threads.c | 96 +++++++++++++++-----------------------------------
rts/sm/Compact.c | 6 ++--
rts/sm/Scav.c | 3 +-
11 files changed, 72 insertions(+), 82 deletions(-)
Diff suppressed because of size. To see it, use:
git show 8574cd3aa4eeee12f49d7bcb9873bee88c3bba3a
More information about the ghc-commits
mailing list