[commit: ghc] wip/T7994-calledArity: More CallArity to its own module (3d078a2)

git at git.haskell.org git at git.haskell.org
Fri Feb 7 14:26:14 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T7994-calledArity
Link       : http://ghc.haskell.org/trac/ghc/changeset/3d078a2d41afd0483c0d106f6a1423fa55521558/ghc

>---------------------------------------------------------------

commit 3d078a2d41afd0483c0d106f6a1423fa55521558
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jan 29 13:54:44 2014 +0000

    More CallArity to its own module


>---------------------------------------------------------------

3d078a2d41afd0483c0d106f6a1423fa55521558
 compiler/basicTypes/Id.lhs        |   14 +-
 compiler/basicTypes/IdInfo.lhs    |   10 +-
 compiler/coreSyn/CoreArity.lhs    |  250 +---------------------------------
 compiler/coreSyn/PprCore.lhs      |    4 +-
 compiler/ghc.cabal.in             |    1 +
 compiler/simplCore/CallArity.hs   |  266 +++++++++++++++++++++++++++++++++++++
 compiler/simplCore/SimplCore.lhs  |    2 +-
 compiler/simplCore/SimplUtils.lhs |    2 +-
 8 files changed, 284 insertions(+), 265 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 3d078a2d41afd0483c0d106f6a1423fa55521558


More information about the ghc-commits mailing list