summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* When saying RTS options are disabled, also say how to enable them2010-03-16Ian Lynagh2010-03-151-2/+2
* Add a link-time flag to en/disable the RTS optionsIan Lynagh2010-03-131-2/+15
* Tweak the tracing flags slightly, and clean up error handling and diagnosticsSimon Marlow2010-02-261-64/+69
* fix error message on Windows (fixes rtsflags001)Simon Marlow2009-12-021-2/+3
* Free full_prog_argv at exit, closing a memory leakSimon Marlow2009-12-011-0/+15
* Implement a new heap-tuning option: -HSimon Marlow2009-11-301-3/+8
* Check upper/lower bounds on various RTS flags (#3633)Simon Marlow2009-11-191-59/+59
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-251-9/+10
* Improve the default parallel GC settings, and sanitise the flags (#3340)Simon Marlow2009-09-151-15/+21
* Unify event logging and debug tracing.Simon Marlow2009-08-291-24/+48
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+2