| Commit message (Expand) | Author | Age | Files | Lines |
* | Emit final heap alloc events and rearrange code to calculate alloc totals | Duncan Coutts | 2012-04-04 | 1 | -22/+25 |
* | Add new eventlog events for various heap and GC statistics | Duncan Coutts | 2012-04-04 | 1 | -0/+7 |
* | Calculate the total memory allocated on a per-capability basis | Duncan Coutts | 2012-04-04 | 1 | -1/+3 |
* | formatting tweaks | Gabor Greif | 2012-02-27 | 1 | -8/+8 |
* | tabs -> spaces | Gabor Greif | 2012-02-27 | 1 | -53/+53 |
* | Allocate pinned object blocks from the nursery, not the global | Simon Marlow | 2012-02-13 | 1 | -12/+47 |
* | Fix for a bug in setNumCapabilities | Simon Marlow | 2011-12-13 | 1 | -3/+8 |
* | Avoid integer overflow when calling allocGroup() (#5071) | Simon Marlow | 2011-12-13 | 1 | -2/+5 |
* | Allow the number of capabilities to be increased at runtime (#3729) | Simon Marlow | 2011-12-06 | 1 | -29/+41 |
* | Make profiling work with multiple capabilities (+RTS -N) | Simon Marlow | 2011-11-29 | 1 | -2/+2 |
* | Overhaul of infrastructure for profiling, coverage (HPC) and breakpoints | Simon Marlow | 2011-11-02 | 1 | -3/+3 |
* | make CAFs atomic, to fix #5558 | Simon Marlow | 2011-10-17 | 1 | -37/+106 |
* | Avoid accumulating slop in the pinned_object_block. | Simon Marlow | 2011-04-14 | 1 | -5/+20 |
* | fix warning | Simon Marlow | 2011-02-02 | 1 | -2/+1 |
* | GC refactoring and cleanup | Simon Marlow | 2011-02-02 | 1 | -26/+48 |
* | Remove the per-generation mutable lists | Simon Marlow | 2011-02-02 | 1 | -1/+0 |
* | Count allocations more accurately | Simon Marlow | 2010-12-21 | 1 | -30/+33 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -47/+17 |
* | Fix for nursery resizing: the first block's back pointer should be NULL | Simon Marlow | 2010-08-27 | 1 | -0/+2 |
* | during shutdown, only free the heap if we waited for foreign calls to exit | Simon Marlow | 2010-06-28 | 1 | -2/+2 |
* | fix warning | Simon Marlow | 2010-06-04 | 1 | -1/+1 |
* | Small optimisation: allocate nursery blocks contiguously | Simon Marlow | 2010-05-09 | 1 | -23/+37 |
* | Fix +RTS -G1 | Simon Marlow | 2010-05-06 | 1 | -1/+3 |
* | Move a thread to the front of the run queue when another thread blocks on it | Simon Marlow | 2010-03-29 | 1 | -0/+10 |
* | tiny GC optimisation | Simon Marlow | 2010-03-29 | 1 | -5/+4 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -18/+9 |
* | Add a 'setKeepCAFs' external function (#3900) | Simon Marlow | 2010-03-29 | 1 | -2/+7 |
* | A sanity check | Simon Marlow | 2010-03-25 | 1 | -0/+2 |
* | take newCAF() out from sm_mutex; use the capability-local mut list instead | Simon Marlow | 2009-12-31 | 1 | -17/+17 |
* | remove global 'total_allocated', seems to be the same as 'GC_tot_alloc' | Simon Marlow | 2009-12-07 | 1 | -3/+0 |
* | Correction to the allocation stats following earlier refactoring | Simon Marlow | 2009-12-04 | 1 | -0/+5 |
* | GC refactoring, remove "steps" | Simon Marlow | 2009-12-03 | 1 | -186/+100 |
* | add a missing lock around allocGroup() | Simon Marlow | 2009-12-03 | 1 | -0/+2 |
* | Refactoring only | Simon Marlow | 2009-12-02 | 1 | -217/+12 |
* | move sanity checking code from Storage.c to Sanity.c | Simon Marlow | 2009-12-02 | 1 | -54/+0 |
* | Make allocatePinned use local storage, and other refactorings | Simon Marlow | 2009-12-01 | 1 | -197/+107 |
* | Store a destination step in the block descriptor | Simon Marlow | 2009-11-29 | 1 | -12/+6 |
* | Fix #3461: protect the use of keepCAFs with #ifdef DYNAMIC | Simon Marlow | 2009-08-28 | 1 | -0/+2 |
* | Rollback: use cas() to claim the closure in copyPart(), to match copy_tag() | Simon Marlow | 2009-08-20 | 1 | -1/+1 |
* | rename whitehole_spin to evac_collision, and update it properly | Simon Marlow | 2009-08-19 | 1 | -1/+1 |
* | Fix #3429: a tricky race condition | Simon Marlow | 2009-08-18 | 1 | -3/+3 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -7/+4 |
* | free the gc_thread structures during shutdown | Simon Marlow | 2009-07-24 | 1 | -0/+1 |
* | Stop setting the gmp memory functions in the rts | Duncan Coutts | 2009-06-13 | 1 | -67/+0 |
* | remove now-unused atomic_modify_mutvar_mutex | Simon Marlow | 2009-04-03 | 1 | -6/+0 |
* | Use work-stealing for load-balancing in the GC | Simon Marlow | 2009-03-13 | 1 | -1/+0 |
* | Fix sanity checking after fix to #2917 | Simon Marlow | 2009-03-12 | 1 | -2/+2 |
* | Partial fix for #2917 | Simon Marlow | 2009-03-06 | 1 | -8/+3 |
* | sanity checking fixes | Simon Marlow | 2009-01-12 | 1 | -5/+2 |
* | Keep the remembered sets local to each thread during parallel GC | Simon Marlow | 2009-01-12 | 1 | -2/+1 |