[commit: ghc] master: Use NoGen plan for unboxed-tuple bindings (47f473b)
git at git.haskell.org
git at git.haskell.org
Tue Feb 18 08:46:36 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/47f473b0f7ddf21b2cde825166d092cb6e72329d/ghc
>---------------------------------------------------------------
commit 47f473b0f7ddf21b2cde825166d092cb6e72329d
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.
>---------------------------------------------------------------
47f473b0f7ddf21b2cde825166d092cb6e72329d
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 47f473b0f7ddf21b2cde825166d092cb6e72329d
More information about the ghc-commits
mailing list