summaryrefslogtreecommitdiff
path: root/includes/rts/Flags.h
Commit message (Expand)AuthorAgeFilesLines
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Another overhaul of the recent_activity / idle GC handling (#5991)Simon Marlow2012-09-241-0/+1
* use idiomatic (GHC) typesGabor Greif2012-02-271-6/+6
* New flag +RTS -qi<n>, avoid waking up idle Capabilities to do parallel GCSimon Marlow2011-12-131-0/+8
* Time handling overhaulSimon Marlow2011-11-251-6/+15
* Add an RTS eventlog tracing class for user messagesDuncan Coutts2011-10-271-0/+1
* Add new fully-accurate per-spark trace/eventlog eventsDuncan Coutts2011-07-181-1/+2
* Move GC tracing into a separate trace classDuncan Coutts2011-07-181-0/+1
* add a new trace class for spark eventsDuncan Coutts2011-07-181-1/+1
* prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-251-2/+2
* Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-121-7/+0
* +RTS -qw hasn't done anything since 7.0.1; remove the implementation & docsSimon Marlow2011-02-011-2/+1
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-0/+2
* Add support for collecting PAPI native eventsdmp@rice.edu2010-06-221-0/+4
* Implement a new heap-tuning option: -HSimon Marlow2009-11-301-0/+1
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-251-1/+5
* Improve the default parallel GC settings, and sanitise the flags (#3340)Simon Marlow2009-09-151-2/+7
* Unify event logging and debug tracing.Simon Marlow2009-08-291-9/+7
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-3/+3
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-251-1/+6
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+239