summaryrefslogtreecommitdiff
path: root/includes/stg
Commit message (Expand)AuthorAgeFilesLines
* Count allocations more accuratelySimon Marlow2010-12-211-1/+1
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-152-1/+5
* add numSparks# primop (#4167)Simon Marlow2010-07-201-0/+1
* Fix unreg prof build: Define CCS_SYSTEM in stg/MiscClosures.hIan Lynagh2010-07-171-0/+1
* Change some TARGET checks to HOST checksIan Lynagh2010-07-142-4/+4
* New asynchronous exception control API (ghc parts)Simon Marlow2010-07-081-4/+7
* messageBlackHole: fix deadlock bug caused by a missing 'volatile'Simon Marlow2010-06-101-0/+8
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-011-2/+0
* Change the representation of the MVar blocked queueSimon Marlow2010-04-011-5/+4
* eliminate some duplication with a bit of CPPSimon Marlow2010-03-301-491/+334
* remove non-existent MUT_CONS symbolsSimon Marlow2010-03-301-2/+0
* change throwTo to use tryWakeupThread rather than unblockOneSimon Marlow2010-03-291-0/+2
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-7/+13
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-2/+4
* declare g0 (fixes compilation failure with -fvia-C)Simon Marlow2009-12-081-1/+1
* GC refactoring, remove "steps"Simon Marlow2009-12-031-4/+4
* Windows DLLs: Don't rely on stg/DLL.h being included in RtsAPI.hBen.Lippmeier@anu.edu.au2009-11-181-7/+0
* Don't share low valued Int and Char closures with Windows DLLsBen.Lippmeier@anu.edu.au2009-11-141-0/+8
* Make ghci work with libraries compiled with -tickysimonpj@microsoft.com2009-10-081-6/+19
* Use "rep; nop" inside a spin-lock loop on x86/x86-64Simon Marlow2009-09-291-0/+18
* remove TICK_GC_WORDS_COPIED, the GC stats give us the same thingSimon Marlow2009-09-281-3/+0
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-251-0/+1
* Fix #3439: -debug implies -ticky, and -ticky code links with any RTSSimon Marlow2009-09-181-3/+0
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-258-21/+74
* remove some redundant declarationsSimon Marlow2009-08-191-5/+0
* Rename primops from foozh_fast to stg_foozhSimon Marlow2009-08-031-98/+98
* RTS tidyup sweep, first phaseSimon Marlow2009-08-028-0/+3065