New implementation of BLACKHOLEs
[ghc-hetmet.git] / rts / ProfHeap.c
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-08-05 Simon Marlowprofiling build fix
2009-08-03 Simon MarlowCommon up two closure type -> string tables
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-10-03 Simon MarlowFix #1955 for heap profiles generated by +RTS -hT
2008-06-19 Simon MarlowFix up inlines for gcc 4.3
2007-10-12 Simon MarlowAdd allocateInGen() for allocating in a specific genera...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-08-16 Ian LynaghCompute max_era more simply
2007-06-20 Simon Marlowremove debugging code accidentally left in
2007-06-13 Simon Marlowanother fix for -hb: we appear to be freeing the hash...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-05-08 Simon MarlowFIX BUILD (non-profiling RTS was broken in previous...
2007-05-08 Simon MarlowFIX crash on exit with biographical profiling
2007-05-08 Simon MarlowFIX profiling :-(
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-02-28 Simon MarlowRemove vectored returns.
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-09-29 Ravi Nanavatihp_slash_fix
2006-09-29 Ravi Nanavatirts_ccs_length
2006-10-07 tharris@microsoft.comSTM invariants
2006-09-11 Ian LynaghFix ~2000 second profiling time wrapping bug
2006-09-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-04-07 Simon MarlowReorganisation of the source tree