summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-191-0/+6
* Fix typo in description of -V RTS flagTej Chajed2018-03-071-1/+1
* Correct default -A value in RTS flag usage infoSimon Jakobi2018-03-021-1/+1
* rts: Don't default to single capability when profiledBen Gamari2017-12-111-4/+0
* RtsFlags: allow +RTS -K0Ben Gamari2017-11-271-1/+1
* Detect overly long GC syncSimon Marlow2017-11-161-1/+14
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+15
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-0/+15
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-261-2/+17
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-261-17/+2
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-261-2/+17
* [RTS] Make -po workBartosz Nitka2017-09-141-2/+11
* [RTS] Harden against buffer overflowBartosz Nitka2017-09-131-1/+2
* Add rtsopts ignore and ignoreAll.Andreas Klebinger2017-07-281-25/+37