[commit: ghc] master: Make worker-wrapper unbox data families (2bb19fa)

git at git.haskell.org git at git.haskell.org
Mon Jan 20 11:44:10 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2bb19fad1d809dda37011f442b0fd561aea045b6/ghc

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

commit 2bb19fad1d809dda37011f442b0fd561aea045b6
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.


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

2bb19fad1d809dda37011f442b0fd561aea045b6
 compiler/main/HscTypes.lhs       |    2 +-
 compiler/simplCore/CoreMonad.lhs |    8 +++-
 compiler/simplCore/SimplCore.lhs |   27 +++++++++++---
 compiler/stranal/DmdAnal.lhs     |   23 ++++++++----
 compiler/stranal/WorkWrap.lhs    |   75 ++++++++++++++++++++------------------
 compiler/stranal/WwLib.lhs       |   51 +++++++++++++++-----------
 compiler/types/Coercion.lhs      |    6 +++
 7 files changed, 118 insertions(+), 74 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 2bb19fad1d809dda37011f442b0fd561aea045b6


More information about the ghc-commits mailing list