Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1c2f89535394958f75cfb15c8c5e0433a20953ed >--------------------------------------------------------------- commit 1c2f89535394958f75cfb15c8c5e0433a20953ed Author: Simon Marlow <[email protected]> Date: Wed Aug 24 16:15:50 2011 +0100 refactoring and fixing the stage 2 compilation compiler/cmm/CLabel.hs | 77 ++++++------ compiler/cmm/CmmBuildInfoTables.hs | 4 +- compiler/cmm/CmmInfo.hs | 2 +- compiler/codeGen/CgClosure.lhs | 40 ++----- compiler/codeGen/ClosureInfo.lhs | 51 +++++--- compiler/codeGen/StgCmmBind.hs | 30 +---- compiler/codeGen/StgCmmClosure.hs | 245 ++++++++++++++++-------------------- compiler/codeGen/StgCmmLayout.hs | 2 +- compiler/ghci/ByteCodeAsm.lhs | 1 + compiler/ghci/ByteCodeGen.lhs | 1 + compiler/ghci/ByteCodeInstr.lhs | 1 + compiler/ghci/ByteCodeItbls.lhs | 2 +- compiler/main/StaticFlags.hs | 6 +- 13 files changed, 200 insertions(+), 262 deletions(-) Diff suppressed because of size. To see it, use: git show 1c2f89535394958f75cfb15c8c5e0433a20953ed _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
