summaryrefslogtreecommitdiff
path: root/includes/rts/Flags.h
Commit message (Expand)AuthorAgeFilesLines
* winio: Add new io-manager cmdline optionsTamar Christina2020-07-151-0/+5
* Add "-Iw" RTS flag for minimum wait between idle GCs (#11134)Kevin Buhr2019-12-311-0/+1
* Add +RTS --disable-delayed-os-memory-return. Fixes #17411.Niklas Hambüchen2019-11-011-0/+6
* NonMoving: Implement -xns to disable selector optimizationwip/gc/shortcuttingÖmer Sinan Ağacan2019-10-221-1/+3
* NonmovingCensus: Emit samples to eventlogwip/gc/instrumentationBen Gamari2019-10-221-0/+1
* rts: Introduce flag to enable the nonmoving old generationBen Gamari2019-10-201-0/+2
* rts/GC: Add an obvious assertion during block initializationÖmer Sinan Ağacan2019-10-181-1/+5
* Add new debug flag -DZTobias Guggenmos2019-10-031-0/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-301-0/+12
* Revert "Batch merge"Ben Gamari2019-01-301-12/+0
* Batch mergeBen Gamari2019-01-301-0/+12
* rts: Allow output filename of eventlog to be given by command-lineBen Gamari2018-11-021-0/+1
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-12/+0
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-0/+12
* 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