Fixed uninitialised FunBind fun_tick field
[ghc-hetmet.git] / rts / sm /
2006-12-15 Ian LynaghFree various things we allocate
2006-12-14 Simon MarlowRework the block allocator
2006-12-14 Simon Marlowfix wibble in memory leak error dump
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
2006-11-24 Simon Marlowsmall stats fix
2006-11-23 Simon Marlowfix failing assertion
2006-11-22 Simon Marlowrefactor code for memInventory()
2006-11-22 Simon MarlowallocatePinned(): fix n_large_blocks count after alloca...
2006-11-22 Simon Marlowfix bug in memInventory() giving false memory leak...
2006-11-21 LemmihRemove the concept of stableRoots.
2006-11-21 Simon Marlowsmall fix to DEBUG case in coalesce/freeGroup patch
2006-11-21 Simon Marlowoptimisation to freeGroup() to avoid an O(N^2) pathalog...
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-11-14 Simon MarlowFix (yet another) odd interaction between selector...
2006-10-27 Simon Marlowimprove the diagnostic generated by memInventory()...
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-25 Simon MarlowRemove PAR/GRAN code from the storage manager
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory