[commit: ghc] wip/T7994-calledArity: Set the new IdInfo CalledArity (6ff1795)
git at git.haskell.org
git at git.haskell.org
Wed Jan 29 15:17:40 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T7994-calledArity
Link : http://ghc.haskell.org/trac/ghc/changeset/6ff17952e39c380ac6a82cb938c7760b54a33bcf/ghc
>---------------------------------------------------------------
commit 6ff17952e39c380ac6a82cb938c7760b54a33bcf
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!
>---------------------------------------------------------------
6ff17952e39c380ac6a82cb938c7760b54a33bcf
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 6ff17952e39c380ac6a82cb938c7760b54a33bcf
More information about the ghc-commits
mailing list