[project @ 1999-05-11 16:49:44 by keithw]
authorkeithw <unknown>
Tue, 11 May 1999 16:49:44 +0000 (16:49 +0000)
committerkeithw <unknown>
Tue, 11 May 1999 16:49:44 +0000 (16:49 +0000)
commit59555db8b6f4e67efa73c33fdc836d68e055de8e
treed38c1b88cc81968514b7d9759570dca3f7c5d01f
parenteb407ca1d21a43ff86ad731868f71e994afafe78
[project @ 1999-05-11 16:49:44 by keithw]
Whoops, forgot to mention the following change:

  Various ticky counters have changed:
    - TICK_ALLOC_THK is now TICK_ALLOC_{UP,SE}_THK (updatable versus
      single-entry).
    - TICK_UPD_{NEW,OLD}_IND is now TICK_UPD_{NEW,OLD}_{,PERM_}IND.
    - UPD_{CAF_,}BH_{UPDATABLE,SINGLE_ENTRY}_ctr added, counting the
      creation of various flavours of black holes.
    - ENT_PERM_IND, UPD_{NEW,OLD}_PERM_IND are only dumped if update
      squeezing is off; see comment in Ticky.c

  Some documentation for ticky-ticky has been added to the user guide.
ghc/rts/Ticky.c