[commit: ghc] wip/T10918: Make Call Arity aggressive only in the second run (5cb6c7c)

git at git.haskell.org git at git.haskell.org
Fri Nov 6 14:51:54 UTC 2015


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

On branch  : wip/T10918
Link       : http://ghc.haskell.org/trac/ghc/changeset/5cb6c7c79da461b0fcee1fb4e45eb3f08d6eab24/ghc

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

commit 5cb6c7c79da461b0fcee1fb4e45eb3f08d6eab24
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.


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

5cb6c7c79da461b0fcee1fb4e45eb3f08d6eab24
 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 5cb6c7c79da461b0fcee1fb4e45eb3f08d6eab24


More information about the ghc-commits mailing list