[commit: ghc] ghc-7.8: Use NoGen plan for unboxed-tuple bindings (298dbfa)

git at git.haskell.org git at git.haskell.org
Wed Feb 19 14:00:45 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/298dbfa59759aa4dbeea274534b6c68a813e3373/ghc

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

commit 298dbfa59759aa4dbeea274534b6c68a813e3373
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Feb 18 08:37:21 2014 +0000

    Use NoGen plan for unboxed-tuple bindings
    
    There was a small mixup here, exposed by Trac #8762.
    Now clarified with better function names and comments.
    
    (cherry picked from commit 47f473b0f7ddf21b2cde825166d092cb6e72329d)


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

298dbfa59759aa4dbeea274534b6c68a813e3373
 compiler/deSugar/DsExpr.lhs                       |    6 +--
 compiler/hsSyn/HsPat.lhs                          |   58 ++++++++++-----------
 compiler/typecheck/TcBinds.lhs                    |   55 +++++++++----------
 testsuite/tests/typecheck/should_compile/T8762.hs |   10 ++++
 testsuite/tests/typecheck/should_compile/all.T    |    1 +
 5 files changed, 69 insertions(+), 61 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 298dbfa59759aa4dbeea274534b6c68a813e3373


More information about the ghc-commits mailing list