summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* rts: Don't force debug output to stderrBen Gamari2023-05-151-6/+7
* rts: Fix `prompt#` when profiling is enabledAlexis King2023-02-231-0/+5
* rts: prevent potential divide-by-zero when tickInterval=0Cheng Shao2023-01-311-4/+5
* Fix eventlog all optionTeo Camarasu2022-11-231-0/+4
* rts: checkSuid: don't do it when not HAVE_GETUIDCheng Shao2022-11-111-1/+1
* rts: introduce (and use) `STG_NORETURN`Nicolas Trangez2022-11-021-2/+2
* typosEric Lindblad2022-06-011-1/+1
* rts: Remove explicit timescale for deprecating -h flagMatthew Pickering2022-05-301-2/+2
* Allow passing -po outside profiling wayTeo Camarasu2022-05-241-0/+17
* Add mention of -hi to RTS --helpMatthew Pickering2022-05-111-0/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+2
* rts: Clean up RTS flags usage messageBen Gamari2022-01-271-58/+62
* rts: use allocation helpers from RtsUtilsnineonine2021-12-101-1/+1
* rts: +RTS -DL should imply +RTS -DlBen Gamari2021-12-071-0/+2
* linker: Introduce linker_verbose debug outputBen Gamari2021-11-291-0/+4
* Null eventlog writerOleg Grenrus2021-10-151-0/+6
* rts/nonmoving: Enable selector optimisation by defaultBen Gamari2021-10-121-5/+0
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* rts: Document --eventlog-flush-interval in RtsFlagsMatthew Pickering2021-06-221-0/+1
* RTS: Fix flag parsing for --eventlog-flush-intervalMatthew Pickering2021-06-191-2/+2
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-101-3/+19
* Profiling by info table mode (-hi)Matthew Pickering2021-03-031-0/+8
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-031-1/+12
* Remove the -xt heap profiling optionMatthew Pickering2021-02-271-6/+3
* rts: Introduce --eventlog-flush-interval flagBen Gamari2021-02-271-0/+19
* Fix typosBrian Wignall2021-02-061-1/+1
* Deprecate -h flagMatthew Pickering2021-01-271-0/+5
* rts: Enforce that mark-region isn't used with -hBen Gamari2021-01-071-0/+10
* rts: update usage text for new -A defaultDouglas Wilson2021-01-021-1/+1
* Increase -A default to 4MB.Andreas Klebinger2020-12-221-2/+3
* rts: Post ticky entry counts to the eventlogBen Gamari2020-11-211-0/+18
* rts: Add --copying-gc flag to reverse effect of --nonmoving-gcBen Gamari2020-07-181-0/+11
* winio: Add new io-manager cmdline optionsTamar Christina2020-07-151-0/+66
* rts: Enable tracing of nonmoving heap census with -lnBen Gamari2020-05-031-0/+1
* check for safe arguments, raising error when invalid (fix #17720)Stefan Pavikevik2020-02-241-3/+53
* Fix +RTS -Z flag documentationÖmer Sinan Ağacan2020-01-201-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Add "-Iw" RTS flag for minimum wait between idle GCs (#11134)Kevin Buhr2019-12-311-13/+28
* rts: Fix --debug-numa mode under DockerBen Gamari2019-12-301-0/+1
* rts: Error on invalid --numa flagsBen Gamari2019-12-301-1/+6
* rts: Ensure that nonmoving gc isn't used with profilingBen Gamari2019-12-301-0/+5
* rts: Add a long form flag to enable the non-moving GCBen Gamari2019-12-101-0/+5
* 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-0/+5
* NonmovingCensus: Emit samples to eventlogwip/gc/instrumentationBen Gamari2019-10-221-0/+5
* rts: Introduce flag to enable the nonmoving old generationBen Gamari2019-10-201-0/+23
* Escape stats file command (#13676)Vladislav Zavialov2019-10-121-2/+16
* Add new debug flag -DZTobias Guggenmos2019-10-031-0/+11
* cap max stack size at 32 bit limit (#17019)Gershom Bazerman2019-09-011-1/+4
* rts: Always truncate output filesBen Gamari2019-08-021-2/+2