[commit: ghc] master: fix the eager-blackholing check, which I inadvertently broke in (6ffaf6f)
Simon Marlow
marlowsd at gmail.com
Tue Sep 6 15:45:13 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6ffaf6ff1df597ec51bbdf517ea9d54afb862157
>---------------------------------------------------------------
commit 6ffaf6ff1df597ec51bbdf517ea9d54afb862157
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Sep 6 12:57:26 2011 +0100
fix the eager-blackholing check, which I inadvertently broke in
1c2f89535394958f75cfb15c8c5e0433a20953ed (symptom was broken
biographical profiling, see #5451).
compiler/codeGen/CgClosure.lhs | 33 +++++++++++++++++++++++---
compiler/codeGen/ClosureInfo.lhs | 37 +++---------------------------
compiler/codeGen/StgCmmBind.hs | 45 +++++++++++++++++++++++++++++-------
compiler/codeGen/StgCmmClosure.hs | 17 ++-----------
4 files changed, 72 insertions(+), 60 deletions(-)
Diff suppressed because of size. To see it, use:
git show 6ffaf6ff1df597ec51bbdf517ea9d54afb862157
More information about the Cvs-ghc
mailing list