summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-1228/+15
* correct the +RTS -? docs for -A (default is 512k not 256k)Simon Marlow2009-05-081-1/+1
* wibble for getNumberOfProcessorsSimon Marlow2009-03-181-8/+0
* Set thread affinity with +RTS -qa (only on Linux so far)Simon Marlow2009-03-181-0/+6
* Add fast event loggingSimon Marlow2009-03-171-10/+36
* Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)Simon Marlow2009-03-171-11/+1
* Use work-stealing for load-balancing in the GCSimon Marlow2009-03-131-0/+4
* Add "+RTS -N" to determine the -N value automatically (see #1741)Simon Marlow2009-03-131-2/+27
* Add missing documention of -Da DEBUG: apply flag to RTS help.Ben.Lippmeier@anu.edu.au2009-01-121-0/+2
* Add a --machine-readable RTS flagIan Lynagh2008-11-231-0/+5
* Use mutator threads to do GC, instead of having a separate pool of GC threadsSimon Marlow2008-11-211-14/+28
* Attempt to fix #2512 and #2063; add +RTS -xm<address> -RTS optionSimon Marlow2008-11-171-1/+21
* fix cut-and-pastoSimon Marlow2008-08-111-1/+1
* +RTS -S -RTS now sends output to stderr (also -s)Simon Marlow2008-06-191-12/+13
* Experimental "mark-region" strategy for the old generationSimon Marlow2008-06-091-0/+6
* +RTS -N also sets +RTS -gSimon Marlow2008-06-031-7/+9
* +RTS -S- is the same as +RTS -SstderrSimon Marlow2008-06-031-1/+1
* Add +RTS -vg flag for requesting some GC trace messages, outside DEBUGSimon Marlow2008-04-161-0/+4
* Allow +RTS -H0 as a way to override a previous -H<size>simonmar@microsoft.com2008-01-311-4/+0
* improvements to PAPI supportsimonmar@microsoft.com2007-11-201-0/+9
* Refactoring of the GC in preparation for parallel GCSimon Marlow2007-10-311-0/+14
* Enable -prof -threaded (#886)Simon Marlow2008-02-281-0/+6
* Document --info in the +RTS -? helpIan Lynagh2007-11-231-0/+1
* Document +RTS --info, and make it a Read'able Haskell valueIan Lynagh2007-08-161-12/+1
* Add unreg/tables-next-code output to +RTS --infoIan Lynagh2007-07-231-0/+6
* Add a +RTS --info flag print various info; partially fixes trac #1517Ian Lynagh2007-07-221-0/+10
* Default tick interval was 50ms, change it to 20msSimon Marlow2007-07-181-2/+2
* Implement the RTS side of GHC.Environment.getFullArgsIan Lynagh2007-07-171-0/+28
* Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does.Simon Marlow2007-07-081-6/+18
* +RTS -xbXXXXX sets the "heap base" to 0xXXXXXXSimon Marlow2007-06-271-0/+22
* +RTS -V0 disables the interval timer completely (for repeatable debugging)Simon Marlow2007-06-271-1/+1
* Basic heap profile support without -profSimon Marlow2007-04-271-21/+7
* slight doc wibble for the -r flagSimon Marlow2007-04-041-1/+1
* Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804Ian Lynagh2007-03-221-0/+21
* Using RTS debug tracing support inside Hpc.candy@galois.com2007-02-131-0/+5
* One more PAPI measurement, dropped precise cycle counting and replaced it wit...Alexey Rodriguez2006-12-211-0/+4
* No special Papi measurements taken by defaultmrchebas@gmail.com2006-11-091-1/+2
* alter PAPI help message slightlySimon Marlow2006-11-201-2/+2
* Selection of PAPI events via RTS command linemrchebas@gmail.com2006-11-091-0/+35
* rts_ccs_lengthRavi Nanavati2006-09-291-1/+11
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-1/+0
* document -V in the +RTS --help outpoutSimon Marlow2006-09-071-3/+6