Skip to content
  • Simon Marlow's avatar
    [project @ 1999-01-15 17:57:03 by simonm] · 4ec89230
    Simon Marlow authored
    - Add new object BLACKHOLE_BQ: now a BLACKHOLE is defined as having an
      empty blocking queue, and the first time a thread blocks on a BLACKHOLE
      it is changed into a BLACKHOLE_BQ.
    
    - Remove UPD_INPLACE1 and replace it with UPD_IND in the two places it
      was used.  UPD_INPLACE1 wouldn't have worked in a generational setting.
    4ec89230