| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix #2592: do an orderly shutdown when the heap is exhausted | Simon Marlow | 2008-12-09 | 1 | -0/+7 |
* | Use mutator threads to do GC, instead of having a separate pool of GC threads | Simon Marlow | 2008-11-21 | 1 | -0/+4 |
* | allocateInGen(): increase alloc_blocks (#2747) | Simon Marlow | 2008-11-06 | 1 | -1/+4 |
* | On Linux use libffi for allocating executable memory (fixed #738) | Simon Marlow | 2008-09-19 | 1 | -2/+39 |
* | Fix some bugs in the stack-reducing code (#2571) | Simon Marlow | 2008-09-12 | 1 | -3/+4 |
* | In stgReallocForGMP, we need to copy min(old_size,new_size) | Ian Lynagh | 2008-09-11 | 1 | -1/+3 |
* | when a memory leak is detected, report which blocks are unreachable | Simon Marlow | 2008-09-09 | 1 | -2/+52 |
* | Move checkGlobalTSOList() call from GarbageCollect() to checkSanity() | Simon Marlow | 2008-09-09 | 1 | -0/+8 |
* | Make LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline functions, instead of macros | Simon Marlow | 2008-09-08 | 1 | -1/+1 |
* | FIX #2332: avoid overflow on 64-bit machines in the memory allocator | Simon Marlow | 2008-07-29 | 1 | -5/+5 |
* | Experimental "mark-region" strategy for the old generation | Simon Marlow | 2008-06-09 | 1 | -9/+27 |
* | fix allocated blocks calculation, and add more sanity checks | Simon Marlow | 2008-06-08 | 1 | -0/+3 |
* | Put the contents of Evac.c-inc back in Evac.c, and just compile the file twice | Simon Marlow | 2008-06-03 | 1 | -0/+16 |
* | Don't look at all the threads before each GC. | Simon Marlow | 2008-04-16 | 1 | -2/+2 |
* | Don't traverse the entire list of threads on every GC (phase 1) | Simon Marlow | 2008-04-16 | 1 | -0/+2 |
* | Add a write barrier to the TSO link field (#1589) | Simon Marlow | 2008-04-16 | 1 | -0/+29 |
* | update copyrights in rts/sm | Simon Marlow | 2008-04-16 | 1 | -1/+1 |
* | Reorganisation to fix problems related to the gct register variable | Simon Marlow | 2008-04-16 | 1 | -1/+0 |
* | improvements to +RTS -s output | Simon Marlow | 2008-04-16 | 1 | -0/+1 |
* | Keep track of an accurate count of live words in each step | Simon Marlow | 2008-04-16 | 1 | -3/+3 |
* | GC: move static object processinng into thread-local storage | Simon Marlow | 2008-04-16 | 1 | -1/+0 |
* | GC: rearrange storage to reduce memory accesses in the inner loop | Simon Marlow | 2008-04-16 | 1 | -8/+10 |