| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove an optimisation that wasn't | Simon Marlow | 2010-12-15 | 1 | -1/+0 |
* | fix a warning | Simon Marlow | 2010-12-16 | 1 | -1/+1 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 9 | -212/+137 |
* | fix another sanity error, and refactor/tidy up | Simon Marlow | 2010-12-09 | 1 | -9/+8 |
* | sanity: fix places where we weren't filling fresh memory with 0xaa | Simon Marlow | 2010-10-29 | 1 | -0/+2 |
* | On Windows, when returning memory to the OS, we try to release it | Ian Lynagh | 2010-11-01 | 2 | -0/+3 |
* | Don't interrupt when task blocks exceptions, don't immediately start exception. | Edward Z. Yang | 2010-09-25 | 1 | -1/+2 |
* | Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4 | Edward Z. Yang | 2010-09-19 | 1 | -1/+3 |
* | Fix a very rare crash in GHCi | Simon Marlow | 2010-10-05 | 1 | -13/+11 |
* | Fix for nursery resizing: the first block's back pointer should be NULL | Simon Marlow | 2010-08-27 | 1 | -0/+2 |