cvs commit: fptools/ghc/rts PrimOps.cmm
Simon Marlow
simonmar at haskell.org
Thu Jan 13 11:14:25 EST 2005
simonmar 2005/01/13 08:14:25 PST
Modified files:
ghc/rts PrimOps.cmm
Log:
Addition to previous commit message:
I also removed all the vectored return entry points from
ATOMICALLY_FRAME and CATCH_RETRY_FRAME (making them into fatal
errors). There are other assumptions about the type of the action
inside atomically/orElse, so I don't think the vectored returns could
ever work, and the duplicated code was just wasting space.
Revision Changes Path
1.14 +0 -0 fptools/ghc/rts/PrimOps.cmm
More information about the Cvs-ghc
mailing list