Re: [commit: ghc] master: Move some more constants fo platformConstants (041e832)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On 14/09/2012 17:25, Ian Lynagh wrote: > Repository : ssh://darcs.haskell.org//srv/darcs/ghc > > On branch : master > > http://hackage.haskell.org/trac/ghc/changeset/041e832cf0ef490dd0d4fd24d56a2f7f1adb5c9c > >> --------------------------------------------------------------- > > commit 041e832cf0ef490dd0d4fd24d56a2f7f1adb5c9c > Author: Ian Lynagh <[email protected]> > Date: Fri Sep 14 13:57:48 2012 +0100 > > Move some more constants fo platformConstants Similarly with mIN_INTLIKE and mIN_CHARLIKE - these are RTS-specific constants, not platform-specific. I suppose it's conceivable that we might modify mUT_ARR_PTRS_CARD_BITS on a per-platform basis though. Cheers, Simon > compiler/cmm/SMRep.lhs | 2 +- > compiler/codeGen/CgCon.lhs | 9 ++++----- > compiler/codeGen/CgPrimOp.hs | 4 ++-- > compiler/codeGen/StgCmmCon.hs | 13 ++++++------- > compiler/codeGen/StgCmmPrim.hs | 6 +++--- > compiler/ghci/ByteCodeItbls.lhs | 6 +++--- > includes/HaskellConstants.hs | 15 --------------- > includes/mkDerivedConstants.c | 12 ++++++++++++ > 8 files changed, 31 insertions(+), 36 deletions(-) > > > Diff suppressed because of size. To see it, use: > > git show 041e832cf0ef490dd0d4fd24d56a2f7f1adb5c9c > > _______________________________________________ > Cvs-ghc mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/cvs-ghc >