[commit: ghc] master: Move wORD_SIZE_IN_BITS to DynFlags (c3f4c6f)
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/c3f4c6fa3228102eaada6efde8049724461a3bb0 >--------------------------------------------------------------- commit c3f4c6fa3228102eaada6efde8049724461a3bb0 Author: Ian Lynagh <[email protected]> Date: Fri Sep 14 21:52:52 2012 +0100 Move wORD_SIZE_IN_BITS to DynFlags This frees wORD_SIZE up to be moved out of HaskellConstants compiler/cmm/Bitmap.hs | 35 ++++++------ compiler/cmm/CmmBuildInfoTables.hs | 2 +- compiler/cmm/CmmInfo.hs | 2 +- compiler/codeGen/CgPrimOp.hs | 4 +- compiler/codeGen/StgCmmPrim.hs | 4 +- compiler/ghci/ByteCodeAsm.lhs | 40 +++++++------- compiler/ghci/ByteCodeGen.lhs | 33 ++++++----- compiler/main/DynFlags.hs | 4 ++ compiler/simplStg/SRT.lhs | 101 ++++++++++++++++++------------------ compiler/simplStg/SimplStg.lhs | 2 +- includes/HaskellConstants.hs | 3 - 11 files changed, 118 insertions(+), 112 deletions(-) Diff suppressed because of size. To see it, use: git show c3f4c6fa3228102eaada6efde8049724461a3bb0