[commit: ghc] wip/T7619: Make worker-wrapper unbox data families (dba0b78)

git at git.haskell.org git at git.haskell.org
Fri Jan 17 19:13:23 UTC 2014


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

On branch  : wip/T7619
Link       : http://ghc.haskell.org/trac/ghc/changeset/dba0b7809d51c9ef5610f1ef9f922f6e33c72a63/ghc

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

commit dba0b7809d51c9ef5610f1ef9f922f6e33c72a63
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.


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

dba0b7809d51c9ef5610f1ef9f922f6e33c72a63
 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 dba0b7809d51c9ef5610f1ef9f922f6e33c72a63


More information about the ghc-commits mailing list