summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-9/+1
* messageBlackHole: fix deadlock bug caused by a missing 'volatile'Simon Marlow2010-06-101-0/+8
* includes/rts/storage/GC.h: generation_: n_words: Improve comment.Marco TĂșlio Gontijo e Silva2010-05-261-1/+1
* fix 64-bit value for W_SHIFT, which thankfully appears to be not usedSimon Marlow2010-04-221-1/+1
* Use StgWord64 instead of ullongIan Lynagh2010-04-211-7/+0
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-014-39/+31
* Change the representation of the MVar blocked queueSimon Marlow2010-04-016-13/+26
* eliminate some duplication with a bit of CPPSimon Marlow2010-03-301-491/+334
* Move a thread to the front of the run queue when another thread blocks on itSimon Marlow2010-03-291-0/+2
* 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-297-11/+82
* Add a 'setKeepCAFs' external function (#3900)Simon Marlow2010-03-291-0/+3
* Fix the format specifier for Int64/Word64 on WindowsIan Lynagh2010-03-271-0/+7
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-117-52/+78
* Split part of the Task struct into a separate struct InCallSimon Marlow2010-03-091-1/+1
* add comment for srt_bitmap fieldSimon Marlow2010-02-031-1/+6
* define INFINITY and NAN if they don't exist (#2929)Simon Marlow2010-01-271-0/+21
* avoid using non-standard %zd format specifier (#3804)Simon Marlow2010-01-261-8/+2
* When acquiring a spinlock, yieldThread() every 1000 spins (#3553, #3758)Simon Marlow2010-01-223-13/+27
* take newCAF() out from sm_mutex; use the capability-local mut list insteadSimon Marlow2009-12-311-2/+2
* Fix #650: use a card table to mark dirty sections of mutable arraysSimon Marlow2009-12-176-1/+45
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-1/+2
* Eliminate mkdependCIan Lynagh2009-12-092-2/+5
* declare g0 (fixes compilation failure with -fvia-C)Simon Marlow2009-12-081-1/+1
* Correction to the allocation stats following earlier refactoringSimon Marlow2009-12-043-3/+4
* GC refactoring, remove "steps"Simon Marlow2009-12-035-48/+36
* Make allocatePinned use local storage, and other refactoringsSimon Marlow2009-12-013-31/+15
* Free full_prog_argv at exit, closing a memory leakSimon Marlow2009-12-011-0/+1
* Implement a new heap-tuning option: -HSimon Marlow2009-11-301-0/+1
* Store a destination step in the block descriptorSimon Marlow2009-11-292-14/+25
* 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
* define HS_WORD_MAXSimon Marlow2009-11-191-0/+2
* Windows DLLs: Don't rely on stg/DLL.h being included in RtsAPI.hBen.Lippmeier@anu.edu.au2009-11-182-14/+13
* Don't share low valued Int and Char closures with Windows DLLsBen.Lippmeier@anu.edu.au2009-11-142-4/+18
* Switch EventThreadID back to 32 bits.Simon Marlow2009-11-121-1/+1
* Second attempt to fix #1185 (forkProcess and -threaded)Simon Marlow2009-11-112-2/+7
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-3/+3
* Add events to show when GC threads are idle/workingSimon Marlow2009-10-151-1/+4
* micro-opt: replace stmGetEnclosingTRec() with a field accessSimon Marlow2009-10-141-0/+2
* Fixes for cross-compiling to a different word sizeSimon Marlow2009-10-141-0/+22
* 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-292-0/+20
* 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-253-2/+8
* implement case-on-Word in the byte code generator/interpreter (#2881)Simon Marlow2009-09-181-0/+2
* Fix #3439: -debug implies -ticky, and -ticky code links with any RTSSimon Marlow2009-09-182-4/+2
* Event tracing: put the capability in the block marker, omit it from the eventsSimon Marlow2009-09-151-19/+18
* Add event block markersSimon Marlow2009-09-131-1/+2