[commit: ghc] wip/T14626: WIP: silence for benchmarks (58afdb0)
git at git.haskell.org
git at git.haskell.org
Sun Jan 28 16:06:31 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T14626
Link : http://ghc.haskell.org/trac/ghc/changeset/58afdb0ee1faa9273fe24384ab66dd198db0d098/ghc
>---------------------------------------------------------------
commit 58afdb0ee1faa9273fe24384ab66dd198db0d098
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Jan 3 17:15:12 2018 +0100
WIP: silence for benchmarks
>---------------------------------------------------------------
58afdb0ee1faa9273fe24384ab66dd198db0d098
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 4c7fdd7..662dd1a 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -635,7 +635,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