[project @ 2002-06-26 08:18:45 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)
commit0f5a7cf8ffe3af9b47ba3b83bccb75d0bbf7e549
tree4ec3f5d82b93ad2453ff9ccf743fc187343b35db
parent20c30caf0fbe86ee97851bdba356599362638174
[project @ 2002-06-26 08:18:45 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/Conc.lhs