[commit: ghc] new-demand: serialization implemented for new demands (81f69cf)
Ilya Sergey
ilya at galois.com
Tue Jul 10 22:53:24 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : new-demand
http://hackage.haskell.org/trac/ghc/changeset/81f69cfe242a73a51514619474c3d0e2caffea8b
>---------------------------------------------------------------
commit 81f69cfe242a73a51514619474c3d0e2caffea8b
Author: Ilya Sergey <Ilya.Sergey at cs.kuleuven.be>
Date: Mon Jul 9 15:27:57 2012 +0100
serialization implemented for new demands
compiler/basicTypes/Id.lhs | 59 +++++++++++++------
compiler/basicTypes/IdInfo.lhs | 75 ++++++++++--------------
compiler/basicTypes/MkId.lhs | 27 ++++++---
compiler/basicTypes/NewDemand.lhs | 114 +++++++++++++++++++++++++++++++------
compiler/coreSyn/MkCore.lhs | 10 ++-
compiler/coreSyn/PprCore.lhs | 22 +++----
compiler/iface/BinIface.hs | 15 ++---
compiler/iface/IfaceSyn.lhs | 7 +--
compiler/iface/MkIface.lhs | 8 ++-
compiler/iface/TcIface.lhs | 4 +-
compiler/prelude/PrimOp.lhs | 13 ++++-
11 files changed, 234 insertions(+), 120 deletions(-)
Diff suppressed because of size. To see it, use:
git show 81f69cfe242a73a51514619474c3d0e2caffea8b
More information about the Cvs-ghc
mailing list