From: simonmar Date: Mon, 28 Jul 2003 15:59:09 +0000 (+0000) Subject: [project @ 2003-07-28 15:59:09 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~619 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cc19a5c807af2b8128943dfb18eed0a566218b13;p=ghc-hetmet.git [project @ 2003-07-28 15:59:09 by simonmar] Comments only: the TICK_UPD_*_IN_PLACE aren't relevant any more. --- diff --git a/ghc/includes/StgTicky.h b/ghc/includes/StgTicky.h index 25b4c1b..22e2606 100644 --- a/ghc/includes/StgTicky.h +++ b/ghc/includes/StgTicky.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: StgTicky.h,v 1.14 2002/12/18 01:13:37 mthomas Exp $ + * $Id: StgTicky.h,v 1.15 2003/07/28 15:59:09 simonmar Exp $ * * (c) The AQUA project, Glasgow University, 1994-1997 * (c) The GHC Team, 1998-1999 @@ -259,11 +259,13 @@ extern StgEntCounter *ticky_entry_ctrs; ----------------------- -------------------------------------------- TICK_UPD_SQUEEZED Same as UPD_EXISTING but because of stack-squeezing + TICK_UPD_CON_IN_NEW Allocating a new CON TICK_UPD_CON_IN_PLACE Updating with a PAP in place TICK_UPD_PAP_IN_NEW Allocating a new PAP TICK_UPD_PAP_IN_PLACE Updating with a PAP in place + ToDo: the IN_PLACE versions are not relevant any more. -------------------------------------------------------------------------- */ #define TICK_UPD_HISTO(categ,n) \