change dirty_MUT_VAR() to use recordMutableCap()
authorSimon Marlow <simonmar@microsoft.com>
Thu, 9 Feb 2006 15:04:20 +0000 (15:04 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 9 Feb 2006 15:04:20 +0000 (15:04 +0000)
commit608bc3f3ad6fca14a23529f314dbd9d3342a9507
tree2337aeb2cb7cfef1e3913ac4cb6897e0c05965c9
parent7b2ff4cc95ce49081d84c25184aec796377fbc35
change dirty_MUT_VAR() to use recordMutableCap()
rather than recordMutableGen(), the former works better in SMP
ghc/compiler/codeGen/CgPrimOp.hs
ghc/includes/RtsExternal.h
ghc/includes/Storage.h
ghc/rts/PrimOps.cmm
ghc/rts/Storage.c