summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new fully-accurate per-spark trace/eventlog eventsDuncan Coutts2011-07-181-11/+18
* Move GC tracing into a separate trace classDuncan Coutts2011-07-181-1/+5
* add a new trace class for spark eventsDuncan Coutts2011-07-181-2/+42
* Fix Windows build failureIan Lynagh2011-06-051-2/+0
* prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-251-45/+107
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-0/+58
* Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-121-88/+154
* fix typo (#5056)Simon Marlow2011-03-291-1/+1
* +RTS -qw hasn't done anything since 7.0.1; remove the implementation & docsSimon Marlow2011-02-011-6/+4
* fix #3910Simon Marlow2010-12-161-9/+20
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-4/+30
* Replace some exit(n) calls with stg_exit(n); fixes trac #4445Ian Lynagh2010-10-281-1/+1
* Make -rtsopts more flexibleIan Lynagh2010-08-051-3/+10
* Add support for collecting PAPI native eventsdmp@rice.edu2010-06-221-1/+9
* remove duplicate docs for -e in --help output (#4010)Simon Marlow2010-04-261-3/+0