[project @ 2002-06-26 08:18:38 by stolz]
authorstolz <unknown>
Wed, 26 Jun 2002 08:18:45 +0000 (08:18 +0000)
committerstolz <unknown>
Wed, 26 Jun 2002 08:18:45 +0000 (08:18 +0000)
commitfbbed914e114b6b55158319dca8956885f301ff5
treef2d28a3edee7148887113f6345692778c1eb0c14
parent7ca3bb74a9acbcccc6dd8a84d03120e3a684fa9b
[project @ 2002-06-26 08:18:38 by stolz]
- Make TSO "stable" again: The thread label was changing the size of the
   TSO if you were building a debugging-RTS, leading to binary
   incompatibility. Now we map TSOs to strings using Hash.c.

- API change for labelThread: Label arbitrary threads.
ghc/compiler/prelude/primops.txt.pp
ghc/includes/TSO.h
ghc/rts/PrimOps.hc
ghc/rts/RtsStartup.c
ghc/rts/Schedule.c