RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / RtsFlags.c
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-08 Simon Marlowcorrect the +RTS -? docs for -A (default is 512k not...
2009-03-18 Simon Marlowwibble for getNumberOfProcessors
2009-03-18 Simon MarlowSet thread affinity with +RTS -qa (only on Linux so...
2009-03-17 Simon MarlowAdd fast event logging
2009-03-17 Simon MarlowAdd getNumberOfProcessors(), FIX MacOS X build problem...
2009-03-13 Simon MarlowUse work-stealing for load-balancing in the GC
2009-03-13 Simon MarlowAdd "+RTS -N" to determine the -N value automatically...
2009-01-12 Ben.Lippmeier@anu... Add missing documention of -Da DEBUG: apply flag to...
2008-11-23 Ian LynaghAdd a --machine-readable RTS flag
2008-11-21 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-11-17 Simon MarlowAttempt to fix #2512 and #2063; add +RTS -xm<address...
2008-08-11 Simon Marlowfix cut-and-pasto
2008-06-19 Simon Marlow+RTS -S -RTS now sends output to stderr (also -s)
2008-06-09 Simon MarlowExperimental "mark-region" strategy for the old generation
2008-06-03 Simon Marlow+RTS -N also sets +RTS -g
2008-06-03 Simon Marlow+RTS -S- is the same as +RTS -Sstderr
2008-04-16 Simon MarlowAdd +RTS -vg flag for requesting some GC trace messages...
2008-01-31 simonmar@microsoft.comAllow +RTS -H0 as a way to override a previous -H<size>
2007-11-20 simonmar@microsoft.comimprovements to PAPI support
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2008-02-28 Simon MarlowEnable -prof -threaded (#886)
2007-11-23 Ian LynaghDocument --info in the +RTS -? help
2007-08-16 Ian LynaghDocument +RTS --info, and make it a Read'able Haskell...
2007-07-23 Ian LynaghAdd unreg/tables-next-code output to +RTS --info
2007-07-22 Ian LynaghAdd a +RTS --info flag print various info; partially...
2007-07-18 Simon MarlowDefault tick interval was 50ms, change it to 20ms
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-07-08 Simon MarlowFix the +RTS -V0 option introduced recently; it didn...
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-06-27 Simon Marlow+RTS -V0 disables the interval timer completely (for...
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-04-04 Simon Marlowslight doc wibble for the -r flag
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-02-13 andy@galois.comUsing RTS debug tracing support inside Hpc.c
2006-12-21 Alexey RodriguezOne more PAPI measurement, dropped precise cycle counti...
2006-11-09 mrchebas@gmail.comNo special Papi measurements taken by default
2006-11-20 Simon Marlowalter PAPI help message slightly
2006-11-09 mrchebas@gmail.comSelection of PAPI events via RTS command line
2006-09-29 Ravi Nanavatirts_ccs_length
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-09-07 Simon Marlowdocument -V in the +RTS --help outpout
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-25 Ian LynaghFix unregisterised builds, and building on non-x86...
2006-06-08 Simon MarlowAdd new RTS flags for tracing:
2006-06-07 Simon Marlowcodegen debug flag (+RTS -Dc) was unused; remove it
2006-06-07 Simon Marlowremove //@ stuff
2006-04-07 Simon MarlowReorganisation of the source tree