faster block allocator, by dividing the free list into buckets
[ghc-hetmet.git] / rts / sm / BlockAlloc.c
2008-04-16 Simon Marlowfaster block allocator, by dividing the free list into...
2008-02-28 simonmar@microsoft.comRelease some of the memory allocated to a stack when...
2007-10-31 Simon MarlowInitial parallel GC support
2006-12-14 Simon MarlowRework the block allocator
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-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory