| Commit message (Expand) | Author | Age | Files | Lines |
* | Make -rtsopts more flexible | Ian Lynagh | 2010-08-05 | 1 | -3/+10 |
* | Add support for collecting PAPI native events | dmp@rice.edu | 2010-06-22 | 1 | -1/+9 |
* | remove duplicate docs for -e in --help output (#4010) | Simon Marlow | 2010-04-26 | 1 | -3/+0 |
* | When saying RTS options are disabled, also say how to enable them2010-03-16 | Ian Lynagh | 2010-03-15 | 1 | -2/+2 |
* | Add a link-time flag to en/disable the RTS options | Ian Lynagh | 2010-03-13 | 1 | -2/+15 |
* | Tweak the tracing flags slightly, and clean up error handling and diagnostics | Simon Marlow | 2010-02-26 | 1 | -64/+69 |
* | fix error message on Windows (fixes rtsflags001) | Simon Marlow | 2009-12-02 | 1 | -2/+3 |
* | Free full_prog_argv at exit, closing a memory leak | Simon Marlow | 2009-12-01 | 1 | -0/+15 |
* | Implement a new heap-tuning option: -H | Simon Marlow | 2009-11-30 | 1 | -3/+8 |
* | Check upper/lower bounds on various RTS flags (#3633) | Simon Marlow | 2009-11-19 | 1 | -59/+59 |
* | Add a way to generate tracing events programmatically | Simon Marlow | 2009-09-25 | 1 | -9/+10 |
* | Improve the default parallel GC settings, and sanitise the flags (#3340) | Simon Marlow | 2009-09-15 | 1 | -15/+21 |
* | 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 |