| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify event logging and debug tracing. | Simon Marlow | 2009-08-29 | 1 | -24/+48 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -3/+2 |
* | Remove old GUM/GranSim code | Simon Marlow | 2009-06-02 | 1 | -1228/+15 |
* | correct the +RTS -? docs for -A (default is 512k not 256k) | Simon Marlow | 2009-05-08 | 1 | -1/+1 |
* | wibble for getNumberOfProcessors | Simon Marlow | 2009-03-18 | 1 | -8/+0 |
* | Set thread affinity with +RTS -qa (only on Linux so far) | Simon Marlow | 2009-03-18 | 1 | -0/+6 |
* | Add fast event logging | Simon Marlow | 2009-03-17 | 1 | -10/+36 |
* | Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully) | Simon Marlow | 2009-03-17 | 1 | -11/+1 |
* | Use work-stealing for load-balancing in the GC | Simon Marlow | 2009-03-13 | 1 | -0/+4 |
* | Add "+RTS -N" to determine the -N value automatically (see #1741) | Simon Marlow | 2009-03-13 | 1 | -2/+27 |
* | Add missing documention of -Da DEBUG: apply flag to RTS help. | Ben.Lippmeier@anu.edu.au | 2009-01-12 | 1 | -0/+2 |
* | Add a --machine-readable RTS flag | Ian Lynagh | 2008-11-23 | 1 | -0/+5 |
* | Use mutator threads to do GC, instead of having a separate pool of GC threads | Simon Marlow | 2008-11-21 | 1 | -14/+28 |
* | Attempt to fix #2512 and #2063; add +RTS -xm<address> -RTS option | Simon Marlow | 2008-11-17 | 1 | -1/+21 |
* | fix cut-and-pasto | Simon Marlow | 2008-08-11 | 1 | -1/+1 |
* | +RTS -S -RTS now sends output to stderr (also -s) | Simon Marlow | 2008-06-19 | 1 | -12/+13 |
* | Experimental "mark-region" strategy for the old generation | Simon Marlow | 2008-06-09 | 1 | -0/+6 |
* | +RTS -N also sets +RTS -g | Simon Marlow | 2008-06-03 | 1 | -7/+9 |
* | +RTS -S- is the same as +RTS -Sstderr | Simon Marlow | 2008-06-03 | 1 | -1/+1 |
* | Add +RTS -vg flag for requesting some GC trace messages, outside DEBUG | Simon Marlow | 2008-04-16 | 1 | -0/+4 |
* | Allow +RTS -H0 as a way to override a previous -H<size> | simonmar@microsoft.com | 2008-01-31 | 1 | -4/+0 |
* | improvements to PAPI support | simonmar@microsoft.com | 2007-11-20 | 1 | -0/+9 |
* | Refactoring of the GC in preparation for parallel GC | Simon Marlow | 2007-10-31 | 1 | -0/+14 |
* | Enable -prof -threaded (#886) | Simon Marlow | 2008-02-28 | 1 | -0/+6 |
* | Document --info in the +RTS -? help | Ian Lynagh | 2007-11-23 | 1 | -0/+1 |
* | Document +RTS --info, and make it a Read'able Haskell value | Ian Lynagh | 2007-08-16 | 1 | -12/+1 |
* | Add unreg/tables-next-code output to +RTS --info | Ian Lynagh | 2007-07-23 | 1 | -0/+6 |
* | Add a +RTS --info flag print various info; partially fixes trac #1517 | Ian Lynagh | 2007-07-22 | 1 | -0/+10 |
* | Default tick interval was 50ms, change it to 20ms | Simon Marlow | 2007-07-18 | 1 | -2/+2 |
* | Implement the RTS side of GHC.Environment.getFullArgs | Ian Lynagh | 2007-07-17 | 1 | -0/+28 |
* | Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does. | Simon Marlow | 2007-07-08 | 1 | -6/+18 |
* | +RTS -xbXXXXX sets the "heap base" to 0xXXXXXX | Simon Marlow | 2007-06-27 | 1 | -0/+22 |
* | +RTS -V0 disables the interval timer completely (for repeatable debugging) | Simon Marlow | 2007-06-27 | 1 | -1/+1 |
* | Basic heap profile support without -prof | Simon Marlow | 2007-04-27 | 1 | -21/+7 |
* | slight doc wibble for the -r flag | Simon Marlow | 2007-04-04 | 1 | -1/+1 |
* | Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804 | Ian Lynagh | 2007-03-22 | 1 | -0/+21 |
* | Using RTS debug tracing support inside Hpc.c | andy@galois.com | 2007-02-13 | 1 | -0/+5 |
* | One more PAPI measurement, dropped precise cycle counting and replaced it wit... | Alexey Rodriguez | 2006-12-21 | 1 | -0/+4 |
* | No special Papi measurements taken by default | mrchebas@gmail.com | 2006-11-09 | 1 | -1/+2 |
* | alter PAPI help message slightly | Simon Marlow | 2006-11-20 | 1 | -2/+2 |
* | Selection of PAPI events via RTS command line | mrchebas@gmail.com | 2006-11-09 | 1 | -0/+35 |
* | rts_ccs_length | Ravi Nanavati | 2006-09-29 | 1 | -1/+11 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -1/+0 |
* | document -V in the +RTS --help outpout | Simon Marlow | 2006-09-07 | 1 | -3/+6 |
* | new RTS flag: -V to modify the resolution of the RTS timer | Ian Lynagh | 2006-09-05 | 1 | -18/+59 |
* | Fix unregisterised builds, and building on non-x86/amd64/powerpc | Ian Lynagh | 2006-08-25 | 1 | -2/+2 |
* | Add new RTS flags for tracing: | Simon Marlow | 2006-06-08 | 1 | -3/+29 |
* | codegen debug flag (+RTS -Dc) was unused; remove it | Simon Marlow | 2006-06-07 | 1 | -5/+0 |
* | remove //@ stuff | Simon Marlow | 2006-06-07 | 1 | -28/+0 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+2281 |