A small GC optimisation
[ghc-hetmet.git] / rts / sm / GCThread.h
2011-02-02 Simon MarlowA small GC optimisation
2010-07-13 Ian LynaghChange some TARGET tests to HOST tests in the RTS
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-09-10 Simon Marlowadd comment: __thread is not supported by gcc on OS...
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
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...