[commit: ghc] wip/T14626: WIP: silence for benchmarks (8c2e74a)
git at git.haskell.org
git at git.haskell.org
Wed Jan 3 16:16:54 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T14626
Link : http://ghc.haskell.org/trac/ghc/changeset/8c2e74a795e42fdd398c96b70549169edcf94004/ghc
>---------------------------------------------------------------
commit 8c2e74a795e42fdd398c96b70549169edcf94004
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Jan 3 17:15:12 2018 +0100
WIP: silence for benchmarks
>---------------------------------------------------------------
8c2e74a795e42fdd398c96b70549169edcf94004
compiler/codeGen/StgCmmClosure.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs
index 63d3178..21466fc 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -629,7 +629,7 @@ getCallMethod _ _name _ (LFUnknown True) _n_arg _v_args _cg_locs _self_loop_info
getCallMethod _ name id (LFUnknown False) 0 _v_args _cg_loc _self_loop_info
| isEvaldUnfolding (idUnfolding id)
, ('w':'i':'l':'d':_) <- occNameString (nameOccName name) -- FIXME: remove later
- = pprTrace "getCallMethod" (ppr id) ReturnIt -- seems to come from case, must be (tagged) WHNF already
+ = {-pprTrace "getCallMethod" (ppr id)-} ReturnIt -- seems to come from case, must be (tagged) WHNF already
{-
getCallMethod _ name _ (LFUnknown False) 0 _v_args _cg_loc _self_loop_info
| occNameString (nameOccName name) == "wild" -- TODO: make this robust
More information about the ghc-commits
mailing list