| Commit message (Expand) | Author | Age | Files | Lines |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -10/+11 |
* | Add +RTS -AL<size> | Simon Marlow | 2016-05-04 | 1 | -13/+22 |
* | Allow limiting the number of GC threads (+RTS -qn<n>) | Simon Marlow | 2016-05-04 | 1 | -0/+20 |
* | rts: Don't use strndup | Ben Gamari | 2016-04-18 | 1 | -1/+1 |
* | RtsFlags: Un-constify temporary buffer | Ben Gamari | 2016-04-10 | 1 | -1/+1 |
* | rts: Fix parsing of profiler selectors | Ben Gamari | 2016-04-07 | 1 | -9/+11 |
* | Scrap DEC OSF/1 support | Herbert Valerio Riedel | 2016-03-28 | 1 | -11/+0 |
* | Close ticky profiling file stream after printing (#9405) | Flaviu Andrei Csernik | 2016-03-24 | 1 | -1/+3 |
* | rts: mark 'setProgName' as static | Sergei Trofimovich | 2016-02-07 | 1 | -0/+1 |
* | Nicer error on +RTS -hc without -rtsopts or -prof | Thomas Miedema | 2016-01-26 | 1 | -4/+42 |
* | Modify Nmax to maxN Trac #10728 | MarcelineVQ | 2015-12-23 | 1 | -14/+40 |
* | Add -Nmax<n> RTS feature (#10728) | MarcelineVQ | 2015-12-19 | 1 | -4/+13 |
* | RtsFlags: Fix const warning | Ben Gamari | 2015-11-21 | 1 | -1/+8 |
* | rts: Kill PAPI support | Ben Gamari | 2015-11-18 | 1 | -71/+0 |
* | RtsFlags: Refactor some of the deeper switches | Ben Gamari | 2015-11-16 | 1 | -199/+236 |
* | RtsFlags: Clean up stale CPP | Ben Gamari | 2015-11-16 | 1 | -4/+1 |
* | rts: fix incorrect checking start for -x arguments (#9839) | Nikita Kartashov | 2015-07-06 | 1 | -2/+16 |
* | Fix for CAF retention when dynamically loading & unloading code | Simon Marlow | 2015-06-08 | 1 | -0/+1 |
* | rts: add "-no-rtsopts-suggestions" option | Javran Cheng | 2015-05-06 | 1 | -0/+1 |
* | Add -n to the RTS help output | Simon Marlow | 2015-04-07 | 1 | -0/+1 |
* | Add +RTS -O<size> to control the minimum old gen size | Simon Marlow | 2015-04-07 | 1 | -0/+9 |
* | Replace hooks by callbacks in RtsConfig (#8785) | Simon Marlow | 2015-04-07 | 1 | -56/+97 |
* | rts: check arguments to flags that don't have any | Carlos Tomé | 2015-03-23 | 1 | -7/+28 |
* | Add +RTS -n<size>: divide the nursery into chunks | Simon Marlow | 2014-11-25 | 1 | -1/+10 |
* | Per-thread allocation counters and limits | Simon Marlow | 2014-11-12 | 1 | -0/+10 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | Update documentation | Jan Stolarek | 2014-07-03 | 1 | -1/+2 |
* | Revert "Per-thread allocation counters and limits" | Simon Marlow | 2014-05-04 | 1 | -10/+0 |
* | Per-thread allocation counters and limits | Simon Marlow | 2014-05-02 | 1 | -0/+10 |
* | Fix incorrect maxStkSize calculation (#8858) | Kyrill Briantsev | 2014-03-13 | 1 | -2/+2 |
* | Untabify RtsFlags.c | Austin Seipp | 2013-10-25 | 1 | -513/+513 |
* | rts: Set default maximum stack size to 80% of physical memory | Ben Gamari | 2013-10-25 | 1 | -1/+7 |
* | Suppress unused variable when OS does not support setuid. | Edward Z. Yang | 2013-09-17 | 1 | -2/+6 |
* | Distinguish between hs-main cases when giving rtsopts advice. | Edward Z. Yang | 2013-09-15 | 1 | -15/+29 |
* | Revert "Default to infinite stack size (#8189)" | Austin Seipp | 2013-09-08 | 1 | -2/+2 |
* | Default to infinite stack size (#8189) | Austin Seipp | 2013-09-08 | 1 | -2/+2 |
* | Kill dead code. | Austin Seipp | 2013-05-12 | 1 | -30/+17 |
* | Another overhaul of the recent_activity / idle GC handling (#5991) | Simon Marlow | 2012-09-24 | 1 | -2/+12 |
* | Fix off-by-one (#7227) | Simon Marlow | 2012-09-21 | 1 | -0/+1 |
* | More OS X build fixes | Ian Lynagh | 2012-09-14 | 1 | -1/+1 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -1/+1 |
* | don't crash if argv[0] == NULL (#7037) | Simon Marlow | 2012-07-02 | 1 | -3/+9 |
* | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 1 | -1/+1 |
* | Add new eventlog events for various heap and GC statistics | Duncan Coutts | 2012-04-04 | 1 | -1/+1 |
* | slight tweak to help text (#5896) | Simon Marlow | 2012-02-27 | 1 | -2/+2 |
* | Fix a memory allocation bug (rts_argv wasn't big enough) | Simon Marlow | 2011-12-14 | 1 | -5/+22 |
* | New flag +RTS -qi<n>, avoid waking up idle Capabilities to do parallel GC | Simon Marlow | 2011-12-13 | 1 | -1/+9 |
* | Add missing newline in RTS help output. | Edward Z. Yang | 2011-12-01 | 1 | -1/+1 |
* | Make profiling work with multiple capabilities (+RTS -N) | Simon Marlow | 2011-11-29 | 1 | -6/+0 |