[commit: ghc] wip/T7619: Make worker-wrapper unbox data families (a1ddb71)
git at git.haskell.org
git at git.haskell.org
Fri Jan 17 17:31:48 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T7619
Link : http://ghc.haskell.org/trac/ghc/changeset/a1ddb7155bdd400d2e597302052c8461a1c27843/ghc
>---------------------------------------------------------------
commit a1ddb7155bdd400d2e597302052c8461a1c27843
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Jan 17 17:31:53 2014 +0000
Make worker-wrapper unbox data families
by passing the FamInstEnvs all the way down. This closes #7619.
>---------------------------------------------------------------
a1ddb7155bdd400d2e597302052c8461a1c27843
compiler/simplCore/SimplCore.lhs | 23 ++++++++++--
compiler/stranal/DmdAnal.lhs | 23 ++++++++----
compiler/stranal/WorkWrap.lhs | 75 ++++++++++++++++++++------------------
compiler/stranal/WwLib.lhs | 51 +++++++++++++++-----------
compiler/types/Coercion.lhs | 6 +++
5 files changed, 109 insertions(+), 69 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 a1ddb7155bdd400d2e597302052c8461a1c27843
More information about the ghc-commits
mailing list