[project @ 1999-01-15 17:57:03 by simonm]
authorsimonm <unknown>
Fri, 15 Jan 1999 17:57:11 +0000 (17:57 +0000)
committersimonm <unknown>
Fri, 15 Jan 1999 17:57:11 +0000 (17:57 +0000)
commit4ec89230a959370114357e4c1d45a82b430d374e
tree4fdb163a62f2e32f9815737d5ce27e4c7dd2217b
parentb9bd8aedf924bd9396c2634792f5c472b36c3bf0
[project @ 1999-01-15 17:57:03 by simonm]
- 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.
ghc/includes/ClosureTypes.h
ghc/includes/InfoTables.h
ghc/includes/StgMiscClosures.h
ghc/includes/Updates.h
ghc/rts/DebugProf.c
ghc/rts/Evaluator.c
ghc/rts/GC.c
ghc/rts/Printer.c
ghc/rts/Sanity.c
ghc/rts/StgMiscClosures.hc
ghc/rts/Updates.hc