summaryrefslogtreecommitdiff
path: root/includes/rts/Constants.h
Commit message (Expand)AuthorAgeFilesLines
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-340/+0
* Constants: add a note and fix minor doc glitchesSylvain Henry2021-04-101-1/+1
* winio: Expand BlockedOnIOCompletion description.Andreas Klebinger2020-07-151-1/+3
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-1/+5
* Document MIN_PAYLOAD_SIZE and mark-compact GC mark bitsÖmer Sinan Ağacan2019-09-211-3/+5
* Expand the preallocated Int range to [-16,255]Andreas Klebinger2019-07-301-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Fix unwinding of C -> Haskell FFI calls with -threaded (2nd try)Bartosz Nitka2018-05-171-0/+13
* Revert "Fix unwinding of C -> Haskell FFI calls with -threaded"Bartosz Nitka2018-05-121-13/+0
* Fix unwinding of C -> Haskell FFI calls with -threadedBartosz Nitka2018-05-111-0/+13
* Mark xmm6 as caller saved in the register allocator for windows.klebinger.andreas@gmx.at2018-01-311-2/+6
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Fix stop_thread unwinding informationBen Gamari2017-02-081-0/+14
* Fix comment (old file names) in includes/Takenobu Tani2017-02-041-1/+1
* NUMA supportSimon Marlow2016-06-101-0/+6
* RTS: delete BlockedOnGA* + dead codeThomas Miedema2016-04-291-5/+0
* Random typo fixesHerbert Valerio Riedel2015-12-171-1/+1
* 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