summaryrefslogtreecommitdiff
path: root/includes/rts/Flags.h
Commit message (Expand)AuthorAgeFilesLines
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-191-0/+1
* Detect overly long GC syncSimon Marlow2017-11-161-0/+2
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+1
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-0/+1
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-261-0/+1
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-261-1/+0
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-261-0/+1
* [RTS] Harden against buffer overflowBartosz Nitka2017-09-131-1/+0
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* rts: Fix buildBen Gamari2017-02-281-1/+1
* rts: Allow profile output path to be specified on RTS command lineBen Gamari2017-02-281-0/+1
* JSON profiler reportsBen Gamari2017-02-231-2/+2
* Throw an exception on heap overflowDemi Obenour2017-01-101-0/+10
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+1
* Use C99's boolBen Gamari2016-11-291-38/+38
* NUMA cleanupsSimon Marlow2016-06-171-3/+1
* Rts flags cleanupSimon Marlow2016-06-101-7/+0
* NUMA supportSimon Marlow2016-06-101-1/+7
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-29/+29
* Add +RTS -AL<size>Simon Marlow2016-05-041-0/+1
* Allow limiting the number of GC threads (+RTS -qn<n>)Simon Marlow2016-05-041-0/+4
* RtsFlags: Fix const warningBen Gamari2015-11-211-7/+7
* rts: Kill PAPI supportBen Gamari2015-11-181-26/+0
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-251-0/+1
* accessors to RTS flag values -- #5364Ömer Sinan Ağacan2014-11-241-30/+48
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+8
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-8/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+8
* 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