| Commit message (Expand) | Author | Age | Files | Lines |
* | Lots of nat -> StgWord changes | Simon Marlow | 2012-09-07 | 7 | -49/+49 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 12 | -83/+83 |
* | Some further tweaks to reduce fragmentation when allocating the nursery | Simon Marlow | 2012-09-07 | 3 | -19/+37 |
* | 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 |
* | memInventory(): tweak pretty-printing | Simon Marlow | 2012-09-07 | 1 | -8/+8 |
* | More CPP macros -> inline functions | Ian Lynagh | 2012-08-25 | 2 | -6/+6 |
* | Make a function for get_itbl, rather than using a CPP macro | Ian Lynagh | 2012-08-25 | 2 | -6/+6 |
* | tidy up | Simon Marlow | 2012-08-21 | 1 | -5/+4 |
* | Reduce fragmentation when using +RTS -H (with or without a size) | Simon Marlow | 2012-08-21 | 3 | -2/+45 |
* | improve debug output | Simon Marlow | 2012-08-21 | 1 | -1/+1 |
* | Fix a discrepancy between two calculations of which generation to collect | Simon Marlow | 2012-08-21 | 3 | -59/+39 |
* | Retain ordering of finalizers during GC (#7160) | Simon Marlow | 2012-08-21 | 1 | -5/+14 |
* | Parallelise clearNurseries() in the parallel GC | Simon Marlow | 2012-07-10 | 4 | -15/+25 |
* | Working towards fixing DLLs on Win64 | Ian Lynagh | 2012-05-06 | 2 | -2/+2 |
* | Fix maintenance of n_blocks in the RTS | Ian Lynagh | 2012-05-01 | 1 | -1/+1 |
* | 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 |