summaryrefslogtreecommitdiff
path: root/rts/ProfHeap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-011-2/+0
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-1/+1
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-26/+2
* GC refactoring, remove "steps"Simon Marlow2009-12-031-12/+6
* Make allocatePinned use local storage, and other refactoringsSimon Marlow2009-12-011-1/+1
* profiling build fixSimon Marlow2009-08-051-0/+1
* Common up two closure type -> string tablesSimon Marlow2009-08-031-81/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-7/+7
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-5/+1
* Fix #1955 for heap profiles generated by +RTS -hTSimon Marlow2008-10-031-2/+19
* Fix up inlines for gcc 4.3Simon Marlow2008-06-191-1/+1
* Add allocateInGen() for allocating in a specific generation, and cleanupsSimon Marlow2007-10-121-7/+0
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-2/+4
* Compute max_era more simplyIan Lynagh2007-08-161-6/+2
* remove debugging code accidentally left inSimon Marlow2007-06-201-1/+0
* another fix for -hb: we appear to be freeing the hash table and arena twiceSimon Marlow2007-06-131-2/+6
* FIX #1418 (partially)Simon Marlow2007-06-131-4/+6
* FIX BUILD (non-profiling RTS was broken in previous patch)Simon Marlow2007-05-081-0/+5
* FIX crash on exit with biographical profilingSimon Marlow2007-05-081-2/+4
* FIX profiling :-(Simon Marlow2007-05-081-1/+1
* Basic heap profile support without -profSimon Marlow2007-04-271-102/+118
* Remove vectored returns.Simon Marlow2007-02-281-2/+0
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-151-0/+19
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-1/+0
* hp_slash_fixRavi Nanavati2006-09-291-1/+1
* rts_ccs_lengthRavi Nanavati2006-09-291-1/+1
* STM invariantstharris@microsoft.com2006-10-071-2/+12
* Fix ~2000 second profiling time wrapping bugIan Lynagh2006-09-111-2/+2
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-071-4/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1156