[commit: ghc] wip/T7994-calledArity: arityAnalProgram first try (34a5b81)

git at git.haskell.org git at git.haskell.org
Wed Jan 29 15:17:37 UTC 2014


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

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

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

commit 34a5b81a4273b14ac724e7df05a7e395f0766094
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Jan 28 10:15:00 2014 +0000

    arityAnalProgram first try
    
    but this analysis is too imprecise. Trying to further tailor it for tail
    calls now.


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

34a5b81a4273b14ac724e7df05a7e395f0766094
 compiler/coreSyn/CoreArity.lhs   |  169 +++++++++++++++++++++++++++++++++++++-
 compiler/simplCore/CoreMonad.lhs |    3 +
 compiler/simplCore/SimplCore.lhs |    6 ++
 3 files changed, 177 insertions(+), 1 deletion(-)

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 34a5b81a4273b14ac724e7df05a7e395f0766094


More information about the ghc-commits mailing list