[project @ 2000-08-15 14:18:43 by simonmar]
Make the TSO structure shorter by 2 words: - remove splim. It was always equal to &(tso->stack) + RESERVED_STACK_WORDS. - make two enum fields 16 bits each instead of 32.
Showing
- ghc/includes/StgMacros.h 27 additions, 3 deletionsghc/includes/StgMacros.h
- ghc/includes/TSO.h 8 additions, 5 deletionsghc/includes/TSO.h
- ghc/rts/GC.c 1 addition, 2 deletionsghc/rts/GC.c
- ghc/rts/Schedule.c 1 addition, 3 deletionsghc/rts/Schedule.c
- ghc/rts/StgCRun.c 2 additions, 2 deletionsghc/rts/StgCRun.c
Loading
Please register or sign in to comment