summaryrefslogtreecommitdiff
path: root/rts/Sanity.c
Commit message (Expand)AuthorAgeFilesLines
* Refactoring onlySimon Marlow2009-12-021-733/+0
* move sanity checking code from Storage.c to Sanity.cSimon Marlow2009-12-021-0/+60
* fix to sanity checking for ThreadRelocated TSOsSimon Marlow2009-12-021-1/+4
* Fix #3429: a tricky race conditionSimon Marlow2009-08-181-1/+1
* Fix a sanity check; fixes #3089Ian Lynagh2009-08-121-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-4/+3
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-326/+0
* Fix sanity checking after fix to #2917Simon Marlow2009-03-121-2/+4
* sanity checking fixesSimon Marlow2009-01-121-3/+3
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-4/+0
* More sanity checking for the TSO write barrierSimon Marlow2008-09-091-0/+25
* Make LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline functions, instead of macrosSimon Marlow2008-09-081-4/+4
* remove EVACUATED: store the forwarding pointer in the info pointerSimon Marlow2008-04-171-5/+7
* Don't traverse the entire list of threads on every GC (phase 1)Simon Marlow2008-04-161-6/+10
* Add a write barrier to the TSO link field (#1589)Simon Marlow2008-04-161-1/+1
* Fix an assertionIan Lynagh2008-04-261-4/+5
* Check tag bits on the fun pointer of a PAPSimon Marlow2007-11-261-0/+3
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-1/+2
* Pointer TaggingSimon Marlow2007-07-271-6/+11
* Remove vectored returns.Simon Marlow2007-02-281-4/+0
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-1/+0
* STM invariantstharris@microsoft.com2006-10-071-4/+21
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-071-2/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+948