From: keithw Date: Fri, 1 Mar 2002 18:28:15 +0000 (+0000) Subject: [project @ 2002-03-01 18:28:15 by keithw] X-Git-Tag: Approx_11550_changesets_converted~2324 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=045fb1b00a63b6362d70d01379f680e48767de3f;p=ghc-hetmet.git [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?) --- 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 *