SPARC NCG: Add a comment explaining why we can't used a pinned reg for gct
[ghc-hetmet.git] / rts / sm / GCThread.h
2009-04-20 Ben.Lippmeier@anu... SPARC NCG: Add a comment explaining why we can't used...
2009-04-04 Ian LynaghDon't use thread local storage on x86/not-Linux
2009-04-03 Simon MarlowOn x86, use thread-local storage instead of stealing...
2009-04-03 Simon Marlowin the non-threaded RTS, use a static gc_thread structure
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...
2009-01-05 Ben.Lippmeier@anu... Don't pin a register for gc_thread on SPARC.
2008-11-21 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-07-25 Simon Marlowdon't steal %ebx for the GC on x86: it's also used...
2008-06-03 Simon Marlowcomment updates
2008-04-17 Simon Marlowdeclare the GC thread register variable more portably
2008-04-16 Simon Marlowpad step_workspace to 64 bytes, to speed up access...
2008-04-16 Simon Marlowupdate copyrights in rts/sm
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...