| Commit message (Expand) | Author | Age | Files | Lines |
* | Cache the result of countOccupied(gen->large_objects) as gen->n_large_words (... | Simon Marlow | 2012-09-21 | 1 | -1/+4 |
* | Small parallel GC improvement | Simon Marlow | 2012-09-18 | 1 | -2/+12 |
* | Lots of nat -> StgWord changes | Simon Marlow | 2012-09-07 | 1 | -6/+6 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -12/+12 |
* | some nats should be lnats | Simon Marlow | 2012-09-07 | 1 | -1/+1 |
* | When using -H with -M<size>, don't exceed the maximum heap size | Simon Marlow | 2012-09-07 | 1 | -1/+5 |
* | tidy up | Simon Marlow | 2012-08-21 | 1 | -5/+4 |
* | Fix a discrepancy between two calculations of which generation to collect | Simon Marlow | 2012-08-21 | 1 | -48/+9 |
* | Parallelise clearNurseries() in the parallel GC | Simon Marlow | 2012-07-10 | 1 | -1/+13 |
* | Fix the timestamps in GC_START and GC_END events on the GC-initiating cap | Mikolaj | 2012-04-04 | 1 | -1/+1 |
* | Emit final heap alloc events and rearrange code to calculate alloc totals | Duncan Coutts | 2012-04-04 | 1 | -1/+1 |
* | Add new eventlog events for various heap and GC statistics | Duncan Coutts | 2012-04-04 | 1 | -3/+3 |
* | Change the presentation of parallel GC work balance in +RTS -s | Duncan Coutts | 2012-04-04 | 1 | -9/+8 |
* | Allocate pinned object blocks from the nursery, not the global | Simon Marlow | 2012-02-13 | 1 | -0/+42 |
* | Fix for a bug in +RTS -qi (crash in zero_static_object_list) | Simon Marlow | 2011-12-13 | 1 | -1/+3 |
* | Add a comment about oddity with yieldThread() and timing results on Linux | Simon Marlow | 2011-12-13 | 1 | -0/+5 |
* | New flag +RTS -qi<n>, avoid waking up idle Capabilities to do parallel GC | Simon Marlow | 2011-12-13 | 1 | -8/+20 |
* | waitForGcThreads: should be calling interruptCapability(), not interruptAllCa... | Simon Marlow | 2011-12-13 | 1 | -1/+1 |
* | Allow the number of capabilities to be increased at runtime (#3729) | Simon Marlow | 2011-12-06 | 1 | -20/+30 |
* | Make forkProcess work with +RTS -N | Simon Marlow | 2011-12-06 | 1 | -1/+1 |
* | Fix a scheduling bug in the threaded RTS | Simon Marlow | 2011-12-01 | 1 | -1/+1 |
* | Make profiling work with multiple capabilities (+RTS -N) | Simon Marlow | 2011-11-29 | 1 | -8/+10 |
* | merge | Simon Marlow | 2011-11-22 | 1 | -1/+1 |
|\ |
|
| * | Enable pthread_getspecific() tls for LLVM compiler | David M Peixotto | 2011-10-07 | 1 | -1/+1 |
* | | fix for a deadlock when using +RTS -hb with -prof -threaded | Simon Marlow | 2011-11-02 | 1 | -2/+5 |
|/ |
|
* | Fix heap profiling times | Ian Lynagh | 2011-07-24 | 1 | -1/+1 |
* | need to release the SM lock around heapCensus() to avoid deadlock with | Simon Marlow | 2011-07-21 | 1 | -0/+2 |
* | Move the call to heapCensus() into GarbageCollect(), just before | Simon Marlow | 2011-07-20 | 1 | -0/+10 |
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 1 | -2/+13 |
* | fix an integer overflow (#5086), and pre-emptively avoid more of these | Simon Marlow | 2011-05-25 | 1 | -1/+1 |
* | Fix +RTS -G1 (by deleting code, yay!) (#5026) | Simon Marlow | 2011-05-24 | 1 | -10/+0 |
* | Avoid accumulating slop in the pinned_object_block. | Simon Marlow | 2011-04-14 | 1 | -5/+0 |
* | fix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df82011df724, | Simon Marlow | 2011-04-13 | 1 | -2/+6 |
* | Refactoring and tidy up | Simon Marlow | 2011-04-11 | 1 | -43/+57 |
* | add missing initialisation of ws->todo_large_objects | Simon Marlow | 2011-02-04 | 1 | -1/+2 |
* | GC refactoring and cleanup | Simon Marlow | 2011-02-02 | 1 | -183/+157 |
* | A small GC optimisation | Simon Marlow | 2011-02-02 | 1 | -4/+4 |
* | Remove the per-generation mutable lists | Simon Marlow | 2011-02-02 | 1 | -33/+2 |
* | Count allocations more accurately | Simon Marlow | 2010-12-21 | 1 | -11/+9 |
* | Don't check for swept blocks in -DS. | Marco Túlio Gontijo e Silva | 2010-07-18 | 1 | -0/+4 |
* | Return memory to the OS; trac #698 | Ian Lynagh | 2010-08-13 | 1 | -0/+13 |
* | Run finalizers *after* updating the stable pointer table (#4221) | Simon Marlow | 2010-08-10 | 1 | -8/+11 |
* | rts/sm/GC.c: resize_generations(): Remove unneeded check of number of generat... | Marco Túlio Gontijo e Silva | 2010-05-28 | 1 | -5/+4 |
* | rts/sm/GC.c: Annotate constants. | Marco Túlio Gontijo e Silva | 2010-05-26 | 1 | -8/+8 |
* | Make sparks into weak pointers (#2185) | Simon Marlow | 2010-05-25 | 1 | -0/+20 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -7/+0 |
* | Use message-passing to implement throwTo in the RTS | Simon Marlow | 2010-03-11 | 1 | -1/+0 |
* | When acquiring a spinlock, yieldThread() every 1000 spins (#3553, #3758) | Simon Marlow | 2010-01-22 | 1 | -0/+3 |
* | Expose all EventLog events as DTrace probes | Manuel M T Chakravarty | 2009-12-12 | 1 | -3/+3 |
* | simplification/optimisation: update tso->bound->tso when scavenging the TSO | Simon Marlow | 2009-12-08 | 1 | -37/+0 |