Add a proper write barrier for MVars
[ghc-hetmet.git] / rts / sm / Storage.c
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-02-05 Simon Marlowfix memory leak in allocExec/freeExec (see bug #985)
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-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-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