summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-271-49/+78
* rts: Always collect statsBen Gamari2017-06-261-1/+1
* Fix GCC 7 warning in the RTSSylvain Henry2017-06-191-0/+4
* Prefer #if defined to #ifdefBen Gamari2017-04-281-24/+24
* rts: Allow profile output path to be specified on RTS command lineBen Gamari2017-02-281-6/+8
* rts: Usage message wibblesBen Gamari2017-02-261-1/+1
* base: Add handling of -- to getArgs for WindowsAndreas Klebinger2017-02-231-1/+8
* JSON profiler reportsBen Gamari2017-02-231-4/+6
* Abstract over the way eventlogs are flushedalexbiehl2017-01-311-0/+1
* Throw an exception on heap overflowDemi Obenour2017-01-101-6/+17
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+5
* Use C99's boolBen Gamari2016-11-291-129/+130
* Make it possible to use +RTS -qn without -NSimon Marlow2016-10-281-7/+0
* Turn on -n4m with -A16m or greaterSimon Marlow2016-10-091-0/+18
* Fix memory leak from #12664Bartosz Nitka2016-10-071-0/+1
* Make start address of `osReserveHeapMemory` tunable via command line -xbFrancesco Mazzoli2016-09-091-1/+4
* Bump the default allocation area size to 1MBSimon Marlow2016-08-311-1/+1
* rts: enable parallel GC scan of large (32M+) allocation areaSergei Trofimovich2016-08-301-2/+19
* NUMA cleanupsSimon Marlow2016-06-171-32/+4
* NUMA supportSimon Marlow2016-06-101-17/+101
* RtsFlags.c: Const correct fixesErik de Castro Lopo2016-05-291-2/+2
* RTS: simplify read_heap_profiling_flagThomas Miedema2016-05-251-7/+1
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-10/+11
* Add +RTS -AL<size>Simon Marlow2016-05-041-13/+22
* Allow limiting the number of GC threads (+RTS -qn<n>)Simon Marlow2016-05-041-0/+20
* rts: Don't use strndupBen Gamari2016-04-181-1/+1
* RtsFlags: Un-constify temporary bufferBen Gamari2016-04-101-1/+1
* rts: Fix parsing of profiler selectorsBen Gamari2016-04-071-9/+11
* Scrap DEC OSF/1 supportHerbert Valerio Riedel2016-03-281-11/+0
* Close ticky profiling file stream after printing (#9405)Flaviu Andrei Csernik2016-03-241-1/+3
* rts: mark 'setProgName' as staticSergei Trofimovich2016-02-071-0/+1
* Nicer error on +RTS -hc without -rtsopts or -profThomas Miedema2016-01-261-4/+42
* Modify Nmax to maxN Trac #10728MarcelineVQ2015-12-231-14/+40
* Add -Nmax<n> RTS feature (#10728)MarcelineVQ2015-12-191-4/+13
* RtsFlags: Fix const warningBen Gamari2015-11-211-1/+8
* rts: Kill PAPI supportBen Gamari2015-11-181-71/+0