summaryrefslogtreecommitdiff
path: root/rts/STM.c
Commit message (Expand)AuthorAgeFilesLines
* Strip tag bits from closure pointers before trying to deference them.Ben.Lippmeier@anu.edu.au2009-02-241-2/+2
* Fix parse error with older gccs (#2752)Simon Marlow2008-11-111-1/+1
* When waking up thread blocked on TVars, wake oldest first (#2319)Josef Svenningsson2008-10-101-2/+10
* fix warnings with gcc 4.3Simon Marlow2008-06-181-2/+2
* Fix building RTS with gcc 2.*; declare all variables at the top of a blockIan Lynagh2007-09-031-15/+23
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-1/+1
* fix a printf format warningSimon Marlow2006-10-241-1/+1
* STM invariantstharris@microsoft.com2006-10-071-170/+573
* add STM support to the new throwTo mechanismSimon Marlow2006-06-161-9/+15
* New tracing interfaceSimon Marlow2006-06-081-10/+2
* more warning fixageSimon Marlow2006-06-081-6/+6
* fix a warningSimon Marlow2006-06-081-1/+1
* fix some warningsSimon Marlow2006-06-081-3/+6
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1261