summaryrefslogtreecommitdiff
path: root/rts/RetainerProfile.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-091-2/+2
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-2/+2
* fix an assertion failure, and possibly some bogosity (see comment)Simon Marlow2011-07-201-0/+10
* Fix the profiling buildSimon Marlow2011-02-021-3/+5
* fix retainer profiling: add missing case for TSOSimon Marlow2010-12-161-0/+17
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-21/+18
* Fix a retainer profiling segfaultIan Lynagh2010-10-191-1/+1
* Change some TARGET tests to HOST tests in the RTSIan Lynagh2010-07-131-2/+2
* Handle IND_STATIC in isRetainerIan Lynagh2010-04-091-2/+4
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-011-6/+0
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-7/+2
* Fix profiling build following removal of specific STM object typesSimon Marlow2010-03-151-43/+3
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-3/+3
* Refactoring onlySimon Marlow2009-12-021-1/+1
* Use __PIC__ and ming32_TARGET_OS to turn on windows DLL support, not ENABLE_W...Ben.Lippmeier@anu.edu.au2009-10-061-2/+2
* profiling build fixesSimon Marlow2009-08-051-0/+1
* remove the GUM closure typesSimon Marlow2009-08-031-15/+0
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+2
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-6/+0
* Fix retainer profiling (#2576)Simon Marlow2008-09-121-1/+1
* remove EVACUATED: store the forwarding pointer in the info pointerSimon Marlow2008-04-171-3/+0
* Add a write barrier to the TSO link field (#1589)Simon Marlow2008-04-161-1/+1
* Reorganisation to fix problems related to the gct register variableSimon Marlow2008-04-161-4/+4
* GC: move static object processinng into thread-local storageSimon Marlow2008-04-161-2/+2
* Add allocateInGen() for allocating in a specific generation, and cleanupsSimon Marlow2007-10-121-1/+1
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-3/+6
* Fix building RTS with gcc 2.*; declare all variables at the top of a blockIan Lynagh2007-09-031-1/+2
* Fix retainer profilingBefore_type_family_mergeIan Lynagh2007-08-261-1/+1
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-081-2/+1
* Pointer TaggingSimon Marlow2007-07-271-7/+15
* FIX #1418 (partially)Simon Marlow2007-06-131-3/+3
* Remove vectored returns.Simon Marlow2007-02-281-8/+0
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-2/+0
* Added a comment about se.info.type being used uninitializedsven.panne@aedion.de2006-11-101-0/+6
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-2/+2
* STM invariantstharris@microsoft.com2006-10-071-7/+7
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-071-15/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+2338