2010-10-28 |
Ian Lynagh | Replace some exit(n) calls with stg_exit(n); fixes... |
blob | commitdiff |
2010-08-05 |
Ian Lynagh | Make -rtsopts more flexible |
blob | commitdiff | diff to current |
2010-06-22 |
dmp@rice.edu | Add support for collecting PAPI native events |
blob | commitdiff | diff to current |
2010-04-26 |
Simon Marlow | remove duplicate docs for -e in --help output (#4010) |
blob | commitdiff | diff to current |
2010-03-15 |
Ian Lynagh | When saying RTS options are disabled, also say how... 2010-03-16 |
blob | commitdiff | diff to current |
2010-03-13 |
Ian Lynagh | Add a link-time flag to en/disable the RTS options |
blob | commitdiff | diff to current |
2010-02-26 |
Simon Marlow | Tweak the tracing flags slightly, and clean up error... |
blob | commitdiff | diff to current |
2009-12-02 |
Simon Marlow | fix error message on Windows (fixes rtsflags001) |
blob | commitdiff | diff to current |
2009-12-01 |
Simon Marlow | Free full_prog_argv at exit, closing a memory leak |
blob | commitdiff | diff to current |
2009-11-30 |
Simon Marlow | Implement a new heap-tuning option: -H |
blob | commitdiff | diff to current |
2009-11-19 |
Simon Marlow | Check upper/lower bounds on various RTS flags (#3633) |
blob | commitdiff | diff to current |
2009-09-25 |
Simon Marlow | Add a way to generate tracing events programmatically |
blob | commitdiff | diff to current |
2009-09-15 |
Simon Marlow | Improve the default parallel GC settings, and sanitise... |
blob | commitdiff | diff to current |
2009-08-29 |
Simon Marlow | Unify event logging and debug tracing. |
blob | commitdiff | diff to current |
2009-08-02 |
Simon Marlow | RTS tidyup sweep, first phase |
blob | commitdiff | diff to current |
2009-06-02 |
Simon Marlow | Remove old GUM/GranSim code |
blob | commitdiff | diff to current |
2009-05-08 |
Simon Marlow | correct the +RTS -? docs for -A (default is 512k not... |
blob | commitdiff | diff to current |
2009-03-18 |
Simon Marlow | wibble for getNumberOfProcessors |
blob | commitdiff | diff to current |
2009-03-18 |
Simon Marlow | Set thread affinity with +RTS -qa (only on Linux so... |
blob | commitdiff | diff to current |
2009-03-17 |
Simon Marlow | Add fast event logging |
blob | commitdiff | diff to current |
2009-03-17 |
Simon Marlow | Add getNumberOfProcessors(), FIX MacOS X build problem... |
blob | commitdiff | diff to current |
2009-03-13 |
Simon Marlow | Use work-stealing for load-balancing in the GC |
blob | commitdiff | diff to current |
2009-03-13 |
Simon Marlow | Add "+RTS -N" to determine the -N value automatically... |
blob | commitdiff | diff to current |
2009-01-12 |
Ben.Lippmeier@anu... | Add missing documention of -Da DEBUG: apply flag to... |
blob | commitdiff | diff to current |
2008-11-23 |
Ian Lynagh | Add a --machine-readable RTS flag |
blob | commitdiff | diff to current |
2008-11-21 |
Simon Marlow | Use mutator threads to do GC, instead of having a separ... |
blob | commitdiff | diff to current |
2008-11-17 |
Simon Marlow | Attempt to fix #2512 and #2063; add +RTS -xm<address... |
blob | commitdiff | diff to current |
2008-08-11 |
Simon Marlow | fix cut-and-pasto |
blob | commitdiff | diff to current |
2008-06-19 |
Simon Marlow | +RTS -S -RTS now sends output to stderr (also -s) |
blob | commitdiff | diff to current |
2008-06-09 |
Simon Marlow | Experimental "mark-region" strategy for the old generation |
blob | commitdiff | diff to current |
2008-06-03 |
Simon Marlow | +RTS -N also sets +RTS -g |
blob | commitdiff | diff to current |
2008-06-03 |
Simon Marlow | +RTS -S- is the same as +RTS -Sstderr |
blob | commitdiff | diff to current |
2008-04-16 |
Simon Marlow | Add +RTS -vg flag for requesting some GC trace messages... |
blob | commitdiff | diff to current |
2008-01-31 |
simonmar@microsoft.com | Allow +RTS -H0 as a way to override a previous -H<size> |
blob | commitdiff | diff to current |
2007-11-20 |
simonmar@microsoft.com | improvements to PAPI support |
blob | commitdiff | diff to current |
2007-10-31 |
Simon Marlow | Refactoring of the GC in preparation for parallel GC |
blob | commitdiff | diff to current |
2008-02-28 |
Simon Marlow | Enable -prof -threaded (#886) |
blob | commitdiff | diff to current |
2007-11-23 |
Ian Lynagh | Document --info in the +RTS -? help |
blob | commitdiff | diff to current |
2007-08-16 |
Ian Lynagh | Document +RTS --info, and make it a Read'able Haskell... |
blob | commitdiff | diff to current |
2007-07-23 |
Ian Lynagh | Add unreg/tables-next-code output to +RTS --info |
blob | commitdiff | diff to current |
2007-07-22 |
Ian Lynagh | Add a +RTS --info flag print various info; partially... |
blob | commitdiff | diff to current |
2007-07-18 |
Simon Marlow | Default tick interval was 50ms, change it to 20ms |
blob | commitdiff | diff to current |
2007-07-17 |
Ian Lynagh | Implement the RTS side of GHC.Environment.getFullArgs |
blob | commitdiff | diff to current |
2007-07-08 |
Simon Marlow | Fix the +RTS -V0 option introduced recently; it didn... |
blob | commitdiff | diff to current |
2007-06-27 |
Simon Marlow | +RTS -xbXXXXX sets the "heap base" to 0xXXXXXX |
blob | commitdiff | diff to current |
2007-06-27 |
Simon Marlow | +RTS -V0 disables the interval timer completely (for... |
blob | commitdiff | diff to current |
2007-04-27 |
Simon Marlow | Basic heap profile support without -prof |
blob | commitdiff | diff to current |
2007-04-04 |
Simon Marlow | slight doc wibble for the -r flag |
blob | commitdiff | diff to current |
2007-03-22 |
Ian Lynagh | Add an --install-signal-handlers=<yes|no> RTS flag... |
blob | commitdiff | diff to current |
2007-02-13 |
andy@galois.com | Using RTS debug tracing support inside Hpc.c |
blob | commitdiff | diff to current |
2006-12-21 |
Alexey Rodriguez | One more PAPI measurement, dropped precise cycle counti... |
blob | commitdiff | diff to current |
2006-11-09 |
mrchebas@gmail.com | No special Papi measurements taken by default |
blob | commitdiff | diff to current |
2006-11-20 |
Simon Marlow | alter PAPI help message slightly |
blob | commitdiff | diff to current |
2006-11-09 |
mrchebas@gmail.com | Selection of PAPI events via RTS command line |
blob | commitdiff | diff to current |
2006-09-29 |
Ravi Nanavati | rts_ccs_length |
blob | commitdiff | diff to current |
2006-10-24 |
Simon Marlow | Split GC.c, and move storage manager into sm/ directory |
blob | commitdiff | diff to current |
2006-09-07 |
Simon Marlow | document -V in the +RTS --help outpout |
blob | commitdiff | diff to current |
2006-09-05 |
Ian Lynagh | new RTS flag: -V to modify the resolution of the RTS... |
blob | commitdiff | diff to current |
2006-08-25 |
Ian Lynagh | Fix unregisterised builds, and building on non-x86... |
blob | commitdiff | diff to current |
2006-06-08 |
Simon Marlow | Add new RTS flags for tracing: |
blob | commitdiff | diff to current |
2006-06-07 |
Simon Marlow | codegen debug flag (+RTS -Dc) was unused; remove it |
blob | commitdiff | diff to current |
2006-06-07 |
Simon Marlow | remove //@ stuff |
blob | commitdiff | diff to current |
2006-04-07 |
Simon Marlow | Reorganisation of the source tree |
blob | commitdiff | diff to current |
|