Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -5/+7 |
* | Add a couple of missing tests for EAGER_BLACKHOLE | Simon Marlow | 2010-08-23 | 1 | -0/+1 |
* | Fix #4131 missing UNTAG_CLOSURE in messageBlackHole() | benl@ouroborus.net | 2010-06-11 | 1 | -1/+1 |
* | messageBlackHole: fix deadlock bug caused by a missing 'volatile' | Simon Marlow | 2010-06-10 | 1 | -1/+3 |
* | Add a missing UNTAG_CLOSURE, causing bus errors on Sparc | Simon Marlow | 2010-05-24 | 1 | -2/+3 |
* | Change the representation of the MVar blocked queue | Simon Marlow | 2010-04-01 | 1 | -17/+2 |
* | Move a thread to the front of the run queue when another thread blocks on it | Simon Marlow | 2010-03-29 | 1 | -2/+22 |
* | change throwTo to use tryWakeupThread rather than unblockOne | Simon Marlow | 2010-03-29 | 1 | -5/+3 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -0/+296 |