From 045fb1b00a63b6362d70d01379f680e48767de3f Mon Sep 17 00:00:00 2001 From: keithw Date: Fri, 1 Mar 2002 18:28:15 +0000 Subject: [PATCH] [project @ 2002-03-01 18:28:15 by keithw] Addendum to previous commit message: We can't tell whether the stg_sel and stg_ap thunks correspond to static or dynamic thunks, and it's not worth duplicating them all just so the ticky-ticky stats can be correct. So I have played it safe (for my purposes at least!) and counted them all as dynamic. Yell if this is a problem (njn?) --- ghc/rts/StgStdThunks.hc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/StgStdThunks.hc b/ghc/rts/StgStdThunks.hc index 94c9151..4fb67ce 100644 --- a/ghc/rts/StgStdThunks.hc +++ b/ghc/rts/StgStdThunks.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgStdThunks.hc,v 1.19 2002/03/01 18:11:20 keithw Exp $ + * $Id: StgStdThunks.hc,v 1.20 2002/03/01 18:28:15 keithw Exp $ * * (c) The GHC Team, 1998-2000 * -- 1.7.10.4