[commit: ghc] wip/T10918: Make Call Arity aggressive only in the second run (761639c)
git at git.haskell.org
git at git.haskell.org
Fri Nov 6 14:55:33 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T10918
Link : http://ghc.haskell.org/trac/ghc/changeset/761639c60d80273b2036de72c56b7dfa26cd5be8/ghc
>---------------------------------------------------------------
commit 761639c60d80273b2036de72c56b7dfa26cd5be8
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Oct 8 14:07:02 2015 +0200
Make Call Arity aggressive only in the second run
not that I believe that this is a viable solution, but it should be a
way to work around
https://ghc.haskell.org/trac/ghc/ticket/10918#comment:10
and hopefully tell me whether the whole thing is actually useful.
>---------------------------------------------------------------
761639c60d80273b2036de72c56b7dfa26cd5be8
compiler/coreSyn/CoreLint.hs | 2 +-
compiler/simplCore/CallArity.hs | 106 ++++++++++++++++++++--------------------
compiler/simplCore/CoreMonad.hs | 4 +-
compiler/simplCore/SimplCore.hs | 8 +--
4 files changed, 61 insertions(+), 59 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 761639c60d80273b2036de72c56b7dfa26cd5be8
More information about the ghc-commits
mailing list