summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another overhaul of the recent_activity / idle GC handling (#5991)Simon Marlow2012-09-241-2/+12
* Fix off-by-one (#7227)Simon Marlow2012-09-211-0/+1
* More OS X build fixesIan Lynagh2012-09-141-1/+1
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-1/+1
* don't crash if argv[0] == NULL (#7037)Simon Marlow2012-07-021-3/+9
* Fix warnings on Win64Ian Lynagh2012-04-261-1/+1
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-041-1/+1
* slight tweak to help text (#5896)Simon Marlow2012-02-271-2/+2
* Fix a memory allocation bug (rts_argv wasn't big enough)Simon Marlow2011-12-141-5/+22
* New flag +RTS -qi<n>, avoid waking up idle Capabilities to do parallel GCSimon Marlow2011-12-131-1/+9
* Add missing newline in RTS help output.Edward Z. Yang2011-12-011-1/+1
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-6/+0
* Time handling overhaulSimon Marlow2011-11-251-39/+37
* Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-161-12/+14
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-6/+1
* Fix unused var warning on windowsDuncan Coutts2011-10-311-2/+2
* Fix recent rts flags changes on windowsDuncan Coutts2011-10-311-1/+1
* Allow the -t -T -s -S flags (without <file> arg!) in -rtsopts=some modeDuncan Coutts2011-10-271-4/+10
* Change what +RTS options are available by defaultDuncan Coutts2011-10-271-21/+110
* Use signed comparison for +RTS -N x <= 0 testDuncan Coutts2011-10-271-4/+5
* Remove +RTS --help text for -De flag which no longer existsDuncan Coutts2011-10-271-1/+0
* Add an RTS eventlog tracing class for user messagesDuncan Coutts2011-10-271-2/+10
* Implement public interface for GC statistics.Edward Z. Yang2011-07-301-0/+5
* Document the new +RTS -l flags in the +RTS --help outputDuncan Coutts2011-07-181-0/+3