remove unused declaration
[ghc-hetmet.git] / rts / sm / GC.h
2008-01-11 simonmar@microsoft.comremove unused declaration
2007-11-21 Simon Marlowcache bd->todo_bd->free and the limit in the workspace
2007-10-31 Simon MarlowRefactor PAPI support, and add profiling of multithread...
2007-10-31 Simon MarlowRemove the optimisation of avoiding scavenging for...
2007-10-31 Simon MarlowGC refactoring: change evac_gen to evac_step
2007-10-31 Simon MarlowInitial parallel GC support
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory