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 <[email protected]>
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

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to