| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 2 | -11/+11 |
* | 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 | 3 | -24/+28 |
* | Add new eventlog events for various heap and GC statistics | Duncan Coutts | 2012-04-04 | 2 | -3/+10 |
* | Change the presentation of parallel GC work balance in +RTS -s | Duncan Coutts | 2012-04-04 | 1 | -9/+8 |
* | Calculate the total memory allocated on a per-capability basis | Duncan Coutts | 2012-04-04 | 1 | -1/+3 |
* | Drop the per-task timing stats, give a summary only (#5897) | Simon Marlow | 2012-03-02 | 1 | -1/+1 |
* | 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 | 3 | -13/+91 |
* | Fix for a bug in setNumCapabilities | Simon Marlow | 2011-12-13 | 1 | -3/+8 |
* | 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 |
* | Avoid integer overflow when calling allocGroup() (#5071) | Simon Marlow | 2011-12-13 | 1 | -2/+5 |
* | New flag +RTS -qi<n>, avoid waking up idle Capabilities to do parallel GC | Simon Marlow | 2011-12-13 | 2 | -8/+21 |
* | 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 | 4 | -50/+76 |
* | 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 | 2 | -10/+12 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -3/+3 |
* | merge | Simon Marlow | 2011-11-22 | 2 | -3/+14 |
|\ |
|
| * | Enable pthread_getspecific() tls for LLVM compiler | David M Peixotto | 2011-10-07 | 2 | -3/+14 |
* | | Fix bug in the handling of TSOs in the compacting GC (#5644) | Simon Marlow | 2011-11-21 | 1 | -1/+2 |
* | | Overhaul of infrastructure for profiling, coverage (HPC) and breakpoints | Simon Marlow | 2011-11-02 | 1 | -3/+3 |
* | | fix for a deadlock when using +RTS -hb with -prof -threaded | Simon Marlow | 2011-11-02 | 1 | -2/+5 |
* | | make CAFs atomic, to fix #5558 | Simon Marlow | 2011-10-17 | 1 | -37/+106 |
|/ |
|
* | 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 | 2 | -1/+13 |
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 2 | -4/+15 |
* | Remove unused variable | Ian Lynagh | 2011-06-24 | 1 | -3/+0 |
* | Remove a couple of unused bindings | Ian Lynagh | 2011-06-24 | 1 | -4/+0 |
* | 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 | 3 | -10/+24 |
* | fix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df82011df724, | Simon Marlow | 2011-04-13 | 1 | -2/+6 |
* | isAlive: re-apply the tag if we find a forwarding pointer. This is a | Simon Marlow | 2011-04-12 | 1 | -1/+1 |
* | Refactoring and tidy up | Simon Marlow | 2011-04-11 | 9 | -129/+174 |
* | add missing initialisation of ws->todo_large_objects | Simon Marlow | 2011-02-04 | 1 | -1/+2 |
* | fix compacting GC | Simon Marlow | 2011-02-02 | 1 | -2/+6 |
* | fix warning | Simon Marlow | 2011-02-02 | 1 | -2/+1 |
* | GC refactoring and cleanup | Simon Marlow | 2011-02-02 | 7 | -276/+325 |
* | A small GC optimisation | Simon Marlow | 2011-02-02 | 5 | -65/+70 |
* | Remove the per-generation mutable lists | Simon Marlow | 2011-02-02 | 7 | -94/+6 |
* | update debugging code for fragmentation | Simon Marlow | 2011-01-25 | 1 | -2/+3 |
* | fix warning | Simon Marlow | 2011-01-31 | 1 | -2/+1 |
* | 32-bit fix | Simon Marlow | 2010-10-13 | 1 | -0/+2 |
* | fix some shutdown memory leaks | Simon Marlow | 2010-08-20 | 1 | -3/+12 |
* | Count allocations more accurately | Simon Marlow | 2010-12-21 | 3 | -43/+45 |