summaryrefslogtreecommitdiff
path: root/includes/rts/Constants.h
Commit message (Expand)AuthorAgeFilesLines
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+6
* Partially fix #9003 by reverting bad numbering.Edward Z. Yang2014-07-011-13/+15
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-6/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+6
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-081-1/+1
* Default to infinite stack size (#8189)Austin Seipp2013-09-081-1/+1
* Rename SSE -> XMM for consistency.Geoffrey Mainland2013-08-061-1/+1
* Implement atomicReadMVar, fixing #4001.Edward Z. Yang2013-07-091-12/+13
* Draw STG F and D registers from the same pool of available SSE registers on x...Geoffrey Mainland2012-10-301-2/+3
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-24/+0
* Tabs -> SpacesDavid Terei2012-03-231-25/+25
* Allow the use of R9 and R10 in primops; fixes trac #5423Ian Lynagh2011-11-061-1/+1
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-7/+1
* Keep a maximum of 6 spare worker threads per Capability (#4262)Simon Marlow2010-11-251-0/+9
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-2/+2
* Change the representation of the MVar blocked queueSimon Marlow2010-04-011-2/+6
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-10/+12
* When acquiring a spinlock, yieldThread() every 1000 spins (#3553, #3758)Simon Marlow2010-01-221-0/+9
* Fix #650: use a card table to mark dirty sections of mutable arraysSimon Marlow2009-12-171-0/+7
* threadStackOverflow: check whether stack squeezing released some stack (#3677)Simon Marlow2009-11-251-0/+7
* add a comment to TSO_MARKEDSimon Marlow2009-11-251-0/+4
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-251-1/+4
* Fix #3429: a tricky race conditionSimon Marlow2009-08-181-12/+0
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+290