summaryrefslogtreecommitdiff
path: root/rts/RaiseAsync.c
Commit message (Expand)AuthorAgeFilesLines
* Change the calling conventions for unboxed tuples slightlySimon Marlow2008-07-281-10/+0
* Add a write barrier to the TSO link field (#1589)Simon Marlow2008-04-161-27/+27
* Updating a thunk in raiseAsync might encounter an IND; copesimonmar@microsoft.com2008-02-281-15/+6
* debugging codeSimon Marlow2008-02-191-0/+5
* Make a panic slightly more helpfulIan Lynagh2008-04-221-2/+2
* FIX #1450: asynchronous exceptions are now printed by +RTS -xcSimon Marlow2007-10-181-0/+13
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-1/+7
* Fix building RTS with gcc 2.*; declare all variables at the top of a blockIan Lynagh2007-09-031-2/+6
* Eagerly raise a blocked exception when entering 'unblock' or exiting 'block'Simon Marlow2007-01-051-2/+6
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-1/+0
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-1/+1
* STM invariantstharris@microsoft.com2006-10-071-0/+1
* add missing case for BlockedOnDoProcSimon Marlow2006-08-291-0/+3
* Remove warning: Correct includes for mingwEsa Ilari Vuokko2006-08-131-0/+3
* Match format strings and arguments for printf-like functionssven.panne@aedion.de2006-08-101-3/+3
* Warning police: Make prototype for LDV_recordDead_FILL_SLOP_DYNAMIC visiblesven.panne@aedion.de2006-08-101-0/+1
* use the new "prim %write_barrier()" in .cmm instead of calls to wb()Simon Marlow2006-06-291-2/+2
* add STM support to the new throwTo mechanismSimon Marlow2006-06-161-1/+17
* Asynchronous exception support for SMPSimon Marlow2006-06-161-0/+1015