Skip to content
  • Keith Wansbrough's avatar
    [project @ 2002-03-01 18:11:20 by keithw] · ee1aabdc
    Keith Wansbrough authored
    Fix bug in ticky-ticky stats (particularly obvious in
    nofib/imaginary/queens) that was meaning some thunk entries were not
    being counted in ENT_{STATIC,DYN}_THK_ctr.  Specifically, tick the
    counter for the stg_sel and stg_ap thunks, as well as non-standard
    thunks!
    
    Also add TICK_UPDF_OMITTED into the stg_sel_noupd thunks (there are no
    stg_ap_noupd thunks, or else I would have put it there too).
    
    Also, fix a bug in the sense of the test for update squeezing when
    printing (or not) ENT_PERM_IND: we don't print out ENT_PERM_IND unless
    update squeezing is turned off, because it may be invalid (see note).
    If someone needs this counter, please just remove the test entirely
    and always print ENT_PERM_IND.
    ee1aabdc