Refactoring and tidy up
[ghc-hetmet.git] / rts / Stats.c
2011-04-11 Simon MarlowRefactoring and tidy up
2011-02-02 Simon MarlowGC refactoring and cleanup
2011-02-02 Simon MarlowRemove the per-generation mutable lists
2010-11-11 Simon Marlowcount fizzled and GC'd sparks separately
2010-11-01 Simon Marlowcount "dud" sparks (expressions that were already evalu...
2010-09-14 Simon MarlowFix the "lost due to fragmentation" calculation
2010-09-14 Simon Marlowfix +RTS -S output: use peak_mblocks_allocated, now...
2010-09-13 Simon MarlowDon't include GC time in heap profiles (#4225)
2010-08-13 Ian LynaghReturn memory to the OS; trac #698
2010-04-21 Ian LynaghUse StgWord64 instead of ullong
2010-03-09 Simon MarlowSplit part of the Task struct into a separate struct...
2009-12-07 Simon Marlowremove global 'total_allocated', seems to be the same...
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-08-20 Simon MarlowRollback: use cas() to claim the closure in copyPart...
2009-08-19 Simon Marlowrename whitehole_spin to evac_collision, and update...
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