summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rts/RtsFlags.c: mention that -prof too enables support for +RTS -lAlp Mestanogullari2019-06-111-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-4/+4
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-301-0/+11
* Revert "Batch merge"Ben Gamari2019-01-301-11/+0
* Batch mergeBen Gamari2019-01-301-0/+11
* doc: reorder heap profiling information in +RTS -?Ben Price2019-01-161-6/+5
* rts: Allow heap prof by closure type in prof wayBen Price2019-01-161-0/+1
* Update -F RTS help:Ömer Sinan Ağacan2018-12-141-3/+4
* Add +RTS -F to the --help outputSimon Marlow2018-12-111-0/+2
* rts: Allow output filename of eventlog to be given by command-lineBen Gamari2018-11-021-2/+27
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-11/+0
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-0/+11
* Show -with-rtsopts options in runtime's --info (#15261)roland2018-08-211-1/+1
* rts: Throw better error if --numa is used without libnuma supportBen Gamari2018-05-031-0/+6
* rts: Allow profiling by closure type in prof wayBen Gamari2018-05-011-2/+4
* rts: Add -hT to the rts usage messageBen Gamari2018-05-011-0/+3
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-311-2/+4