2011-04-15 |
Simon Marlow | fix a shutdown memory leak |
blob | commitdiff |
2011-04-14 |
Simon Marlow | Avoid accumulating slop in the pinned_object_block. |
blob | commitdiff | diff to current |
2011-04-11 |
Simon Marlow | Refactoring and tidy up |
blob | commitdiff | diff to current |
2011-02-02 |
Simon Marlow | GC refactoring and cleanup |
blob | commitdiff | diff to current |
2011-02-02 |
Simon Marlow | Remove the per-generation mutable lists |
blob | commitdiff | diff to current |
2010-11-11 |
Simon Marlow | count fizzled and GC'd sparks separately |
blob | commitdiff | diff to current |
2010-11-01 |
Simon Marlow | count "dud" sparks (expressions that were already evalu... |
blob | commitdiff | diff to current |
2010-09-14 |
Simon Marlow | Fix the "lost due to fragmentation" calculation |
blob | commitdiff | diff to current |
2010-09-14 |
Simon Marlow | fix +RTS -S output: use peak_mblocks_allocated, now... |
blob | commitdiff | diff to current |
2010-09-13 |
Simon Marlow | Don't include GC time in heap profiles (#4225) |
blob | commitdiff | diff to current |
2010-08-13 |
Ian Lynagh | Return memory to the OS; trac #698 |
blob | commitdiff | diff to current |
2010-04-21 |
Ian Lynagh | Use StgWord64 instead of ullong |
blob | commitdiff | diff to current |
2010-03-09 |
Simon Marlow | Split part of the Task struct into a separate struct... |
blob | commitdiff | diff to current |
2009-12-07 |
Simon Marlow | remove global 'total_allocated', seems to be the same... |
blob | commitdiff | diff to current |
2009-12-03 |
Simon Marlow | GC refactoring, remove "steps" |
blob | commitdiff | diff to current |
2009-08-20 |
Simon Marlow | Rollback: use cas() to claim the closure in copyPart... |
blob | commitdiff | diff to current |
2009-08-19 |
Simon Marlow | rename whitehole_spin to evac_collision, and update... |
blob | commitdiff | diff to current |
2009-08-02 |
Simon Marlow | RTS tidyup sweep, first phase |
blob | commitdiff | diff to current |
2009-05-08 |
Simon Marlow | Use a more compact +RTS -s output for Tasks |
blob | commitdiff | diff to current |
2009-03-13 |
Simon Marlow | Use work-stealing for load-balancing in the GC |
blob | commitdiff | diff to current |
2009-01-12 |
Simon Marlow | Keep the remembered sets local to each thread during... |
blob | commitdiff | diff to current |
2008-11-23 |
Ian Lynagh | Add a --machine-readable RTS flag |
blob | commitdiff | diff to current |
2008-11-21 |
Simon Marlow | Use mutator threads to do GC, instead of having a separ... |
blob | commitdiff | diff to current |
2008-10-22 |
Simon Marlow | Refactoring and reorganisation of the scheduler |
blob | commitdiff | diff to current |
2008-06-03 |
Simon Marlow | move the spinlock counts inside +RTS -S |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | Reorganisation to fix problems related to the gct regis... |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | faster block allocator, by dividing the free list into... |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | calculate and report slop (wasted space at the end... |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | improvements to +RTS -s output |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | Keep track of an accurate count of live words in each... |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | GC: move static object processinng into thread-local... |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | stats fixes |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | Add +RTS -vg flag for requesting some GC trace messages... |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | Add profiling of spinlocks |
blob | commitdiff | diff to current |
2007-12-18 |
simonmar@microsoft.com | use "MB" rather than "Mb" for abbreviating megabytes |
blob | commitdiff | diff to current |
2007-12-14 |
simonmar@microsoft.com | calculate wastage due to unused memory at the end of... |
blob | commitdiff | diff to current |
2007-11-22 |
simonmar@microsoft.com | stats: print elapsed time for GC in each generation |
blob | commitdiff | diff to current |
2007-11-20 |
simonmar@microsoft.com | improvements to PAPI support |
blob | commitdiff | diff to current |
2007-10-31 |
Simon Marlow | Refactor PAPI support, and add profiling of multithread... |
blob | commitdiff | diff to current |
2007-10-31 |
Simon Marlow | Remove the optimisation of avoiding scavenging for... |
blob | commitdiff | diff to current |
2007-07-27 |
Simon Marlow | Pointer Tagging |
blob | commitdiff | diff to current |
2006-12-21 |
Alexey Rodriguez | One more PAPI measurement, dropped precise cycle counti... |
blob | commitdiff | diff to current |
2006-11-08 |
mrchebas@gmail.com | Addition of PAPI to RTS |
blob | commitdiff | diff to current |
2006-10-27 |
Simon Marlow | count mut-list bytes, not words |
blob | commitdiff | diff to current |
2006-10-24 |
Simon Marlow | Split GC.c, and move storage manager into sm/ directory |
blob | commitdiff | diff to current |
2006-08-08 |
Simon Marlow | Remember to free() memory on exit |
blob | commitdiff | diff to current |
2006-06-08 |
Simon Marlow | New tracing interface |
blob | commitdiff | diff to current |
2006-04-27 |
Simon Marlow | fix a warning |
blob | commitdiff | diff to current |
2006-04-07 |
Simon Marlow | Reorganisation of the source tree |
blob | commitdiff | diff to current |
|