[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.
Showing
- ghc/includes/ClosureTypes.h 14 additions, 13 deletionsghc/includes/ClosureTypes.h
- ghc/includes/InfoTables.h 6 additions, 2 deletionsghc/includes/InfoTables.h
- ghc/includes/StgMiscClosures.h 3 additions, 1 deletionghc/includes/StgMiscClosures.h
- ghc/includes/Updates.h 2 additions, 16 deletionsghc/includes/Updates.h
- ghc/rts/DebugProf.c 3 additions, 1 deletionghc/rts/DebugProf.c
- ghc/rts/Evaluator.c 13 additions, 3 deletionsghc/rts/Evaluator.c
- ghc/rts/GC.c 29 additions, 14 deletionsghc/rts/GC.c
- ghc/rts/Printer.c 5 additions, 2 deletionsghc/rts/Printer.c
- ghc/rts/Sanity.c 2 additions, 1 deletionghc/rts/Sanity.c
- ghc/rts/StgMiscClosures.hc 21 additions, 4 deletionsghc/rts/StgMiscClosures.hc
- ghc/rts/Updates.hc 22 additions, 12 deletionsghc/rts/Updates.hc
Loading
Please register or sign in to comment