[project @ 2000-08-15 14:18:43 by simonmar]
authorsimonmar <unknown>
Tue, 15 Aug 2000 14:18:43 +0000 (14:18 +0000)
committersimonmar <unknown>
Tue, 15 Aug 2000 14:18:43 +0000 (14:18 +0000)
commitb86f4b95cb51d69a2537217132f675afa1e9519c
treef9736258a79124655dc2688625c11fdc9ca30c5c
parent931d30f2e1bee7e4624cb6ebce923ea194e53090
[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.
ghc/includes/StgMacros.h
ghc/includes/TSO.h
ghc/rts/GC.c
ghc/rts/Schedule.c
ghc/rts/StgCRun.c