summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* RtsFlags: Refactor some of the deeper switchesBen Gamari2015-11-161-199/+236
* RtsFlags: Clean up stale CPPBen Gamari2015-11-161-4/+1
* rts: fix incorrect checking start for -x arguments (#9839)Nikita Kartashov2015-07-061-2/+16
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-081-0/+1
* rts: add "-no-rtsopts-suggestions" optionJavran Cheng2015-05-061-0/+1
* Add -n to the RTS help outputSimon Marlow2015-04-071-0/+1
* Add +RTS -O<size> to control the minimum old gen sizeSimon Marlow2015-04-071-0/+9
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-56/+97
* rts: check arguments to flags that don't have anyCarlos Tomé2015-03-231-7/+28
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-251-1/+10
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+10
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Update documentationJan Stolarek2014-07-031-1/+2