replace sparc-specific Int64 code with calls to platform-independent macros
[ghc-hetmet.git] / includes / Storage.h
2009-06-03 Simon Marlowremove unused cruft
2009-03-13 Simon MarlowUse work-stealing for load-balancing in the GC
2009-01-12 Simon MarlowKeep the remembered sets local to each thread during...
2008-11-21 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
2008-09-08 Simon MarlowMake LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline function...
2008-07-29 Simon MarlowFIX #2332: avoid overflow on 64-bit machines in the...
2008-06-09 Simon MarlowExperimental "mark-region" strategy for the old generation
2008-04-17 Simon Marlowremove EVACUATED: store the forwarding pointer in the...
2008-04-16 Simon MarlowDon't traverse the entire list of threads on every...
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2008-04-16 Simon Marlowimprovements to +RTS -s output
2008-04-16 Simon MarlowKeep track of an accurate count of live words in each...
2008-04-16 Simon MarlowAllow work units smaller than a block to improve load...
2008-04-16 Simon Marlowuse RTS_VAR()
2008-04-16 Simon Marlowtreat the global work list as a queue rather than a...
2008-04-16 Simon MarlowGC: move static object processinng into thread-local...
2008-04-16 Simon MarlowGC: rearrange storage to reduce memory accesses in...
2008-02-28 simonmar@microsoft.comRelease some of the memory allocated to a stack when...
2008-01-30 simonmar@microsoft.commemInventory: optionally dump the memory inventory
2008-01-11 Simon MarlowrecordMutableGen_GC: we must call the spinlocked versio...
2007-12-14 simonmar@microsoft.comcalculate wastage due to unused memory at the end of...
2007-12-13 simonmar@microsoft.comremove declarations for variables that no longer exist
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2007-10-30 Simon Marlowmove GetRoots() to GC.c
2008-03-25 Ian LynaghFix warnings in the RTS
2007-10-12 Simon MarlowAdd allocateInGen() for allocating in a specific genera...
2007-07-27 Simon MarlowPointer Tagging
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-14 Simon Marlowfix closure_sizeW_() for AP closures
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-19 Simon Marlowcomments only: document allocateLocal()
2006-10-19 Simon Marlowrename allocated_bytes() to allocatedBytes()
2006-10-07 tharris@microsoft.comSTM invariants
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator
2006-04-07 Simon MarlowReorganisation of the source tree