Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indicate which TSOs are dirty in the printAllThreads() output | Simon Marlow | 2009-01-07 | 1 | -0/+5 |
* | Move the context_switch flag into the Capability | Simon Marlow | 2008-09-19 | 1 | -2/+2 |
* | Fix debug message formatting on Windows | simonpj@microsoft.com | 2008-09-10 | 1 | -1/+1 |
* | Fix race condition in wakeupThreadOnCapability() (#2574) | Simon Marlow | 2008-09-09 | 1 | -1/+1 |
* | Don't traverse the entire list of threads on every GC (phase 1) | Simon Marlow | 2008-04-16 | 1 | -4/+6 |
* | Add a write barrier to the TSO link field (#1589) | Simon Marlow | 2008-04-16 | 1 | -16/+17 |
* | Fix C/Haskell type mismatches | Ian Lynagh | 2007-04-03 | 1 | -3/+3 |
* | Match format strings and arguments for printf-like functions | sven.panne@aedion.de | 2006-08-10 | 1 | -3/+3 |
* | comment out a non-true assertion | Simon Marlow | 2006-06-16 | 1 | -1/+1 |
* | Asynchronous exception support for SMP | Simon Marlow | 2006-06-16 | 1 | -0/+974 |