remove EVACUATED: store the forwarding pointer in the info pointer
[ghc-hetmet.git] / rts / sm / Evac.c-inc
2008-04-17 Simon Marlowremove EVACUATED: store the forwarding pointer in the...
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2008-04-16 Simon MarlowUse the BF_EVACUATED flag to indicate to-space consistently
2008-04-16 Simon Marlowupdate copyrights in rts/sm
2008-04-16 Simon MarlowSpecialise evac/scav for single-threaded, not minor, GC
2008-04-16 Simon MarlowGC: move static object processinng into thread-local...
2008-04-16 Simon MarlowAdd profiling of spinlocks
2008-01-30 simonmar@microsoft.comtell Emacs these files are C
2008-01-10 Simon Marlowmore fixes for THUNK_SELECTORs
2008-01-09 Simon MarlowFix bug: eval_thunk_selector was calling the unlocked...
2007-11-29 simonmar@microsoft.comEVACUATED: target is definitely HEAP_ALLOCED(), no...
2007-11-23 simonmar@microsoft.comoops, restore accidentally disabled hash-consing for...
2007-10-31 Simon Marlowfix merge errors
2007-10-31 Simon Marlowcompile special minor GC versions of evacuate() and...