allow build settings to be overriden by adding mk/validate.mk
[ghc-hetmet.git] / rts / sm /
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-04-04 Simon MarlowMERGE: Fix bug exposed by conc052.
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-14 Simon Marlowadd a ToDo, reference bug #1147
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-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