[commit: ghc] wip/T7994-calledArity: Set the new IdInfo CalledArity (c1325a1)
git at git.haskell.org
git at git.haskell.org
Tue Jan 28 15:18:11 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T7994-calledArity
Link : http://ghc.haskell.org/trac/ghc/changeset/c1325a1cb003df314484b5b908bfaac33dc86ba8/ghc
>---------------------------------------------------------------
commit c1325a1cb003df314484b5b908bfaac33dc86ba8
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Jan 28 11:10:42 2014 +0000
Set the new IdInfo CalledArity
and use it in the simplifier to eta-expand the bindings approriately. We
get good code!
>---------------------------------------------------------------
c1325a1cb003df314484b5b908bfaac33dc86ba8
compiler/basicTypes/Id.lhs | 9 +++++++++
compiler/basicTypes/IdInfo.lhs | 12 +++++++++---
compiler/coreSyn/CoreArity.lhs | 14 ++++++++++----
compiler/coreSyn/PprCore.lhs | 12 ++++++++----
compiler/simplCore/CoreMonad.lhs | 2 +-
compiler/simplCore/SimplCore.lhs | 1 +
compiler/simplCore/SimplUtils.lhs | 4 +++-
7 files changed, 41 insertions(+), 13 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 c1325a1cb003df314484b5b908bfaac33dc86ba8
More information about the ghc-commits
mailing list