summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-10/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+10
* Fix incorrect maxStkSize calculation (#8858)Kyrill Briantsev2014-03-131-2/+2
* Untabify RtsFlags.cAustin Seipp2013-10-251-513/+513
* rts: Set default maximum stack size to 80% of physical memoryBen Gamari2013-10-251-1/+7
* Suppress unused variable when OS does not support setuid.Edward Z. Yang2013-09-171-2/+6
* Distinguish between hs-main cases when giving rtsopts advice.Edward Z. Yang2013-09-151-15/+29
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-081-2/+2
* Default to infinite stack size (#8189)Austin Seipp2013-09-081-2/+2
* Kill dead code.Austin Seipp2013-05-121-30/+17