[commit: ghc] master: Comments and white space (876b00b)
git at git.haskell.org
git at git.haskell.org
Tue Sep 13 15:35:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/876b00ba25a615423f48b0cf9d443a9fd5dbd6f4/ghc
>---------------------------------------------------------------
commit 876b00ba25a615423f48b0cf9d443a9fd5dbd6f4
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Sep 5 16:52:35 2016 +0100
Comments and white space
>---------------------------------------------------------------
876b00ba25a615423f48b0cf9d443a9fd5dbd6f4
compiler/specialise/SpecConstr.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/specialise/SpecConstr.hs b/compiler/specialise/SpecConstr.hs
index 1cf3d44..b485f75 100644
--- a/compiler/specialise/SpecConstr.hs
+++ b/compiler/specialise/SpecConstr.hs
@@ -1539,7 +1539,7 @@ specialise env bind_calls (RI { ri_fn = fn, ri_lam_bndrs = arg_bndrs
is_small_enough vars = isWorkerSmallEnough (sc_dflags env) vars
-- We are about to construct w/w pair in 'spec_one'.
-- Omit specialisation leading to high arity workers.
- -- See Note [Limit w/w arity]
+ -- See Note [Limit w/w arity] in WwLib
n_pats = length pats
spec_count' = n_pats + spec_count
; case sc_count env of
More information about the ghc-commits
mailing list