RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / Stats.c
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-05-08 Simon MarlowUse a more compact +RTS -s output for Tasks
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-23 Ian LynaghAdd a --machine-readable RTS flag
2008-11-21 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-10-22 Simon MarlowRefactoring and reorganisation of the scheduler
2008-06-03 Simon Marlowmove the spinlock counts inside +RTS -S
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2008-04-16 Simon Marlowfaster block allocator, by dividing the free list into...
2008-04-16 Simon Marlowcalculate and report slop (wasted space at the end...
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 MarlowGC: move static object processinng into thread-local...
2008-04-16 Simon Marlowstats fixes
2008-04-16 Simon MarlowAdd +RTS -vg flag for requesting some GC trace messages...
2008-04-16 Simon MarlowAdd profiling of spinlocks
2007-12-18 simonmar@microsoft.comuse "MB" rather than "Mb" for abbreviating megabytes
2007-12-14 simonmar@microsoft.comcalculate wastage due to unused memory at the end of...
2007-11-22 simonmar@microsoft.comstats: print elapsed time for GC in each generation
2007-11-20 simonmar@microsoft.comimprovements to PAPI support
2007-10-31 Simon MarlowRefactor PAPI support, and add profiling of multithread...
2007-10-31 Simon MarlowRemove the optimisation of avoiding scavenging for...
2007-07-27 Simon MarlowPointer Tagging
2006-12-21 Alexey RodriguezOne more PAPI measurement, dropped precise cycle counti...
2006-11-08 mrchebas@gmail.comAddition of PAPI to RTS
2006-10-27 Simon Marlowcount mut-list bytes, not words
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-08-08 Simon MarlowRemember to free() memory on exit
2006-06-08 Simon MarlowNew tracing interface
2006-04-27 Simon Marlowfix a warning
2006-04-07 Simon MarlowReorganisation of the source tree