[commit: ghc] wip/T7994-calledArity: arityAnalProgram first try (9a5e58c)
git at git.haskell.org
git at git.haskell.org
Tue Jan 28 15:18:06 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T7994-calledArity
Link : http://ghc.haskell.org/trac/ghc/changeset/9a5e58c25984d499e88f42f78d452d9f47e1bd82/ghc
>---------------------------------------------------------------
commit 9a5e58c25984d499e88f42f78d452d9f47e1bd82
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.
>---------------------------------------------------------------
9a5e58c25984d499e88f42f78d452d9f47e1bd82
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 9a5e58c25984d499e88f42f78d452d9f47e1bd82
More information about the ghc-commits
mailing list