[commit: ghc] master: Add +RTS -n<size>: divide the nursery into chunks (452eb80)

git at git.haskell.org git at git.haskell.org
Tue Nov 25 14:37:32 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/452eb80f15fce8665df52bc9facebfafb5b6267b/ghc

>---------------------------------------------------------------

commit 452eb80f15fce8665df52bc9facebfafb5b6267b
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Fri Nov 21 17:05:58 2014 +0000

    Add +RTS -n<size>: divide the nursery into chunks
    
    See the documentation for details.


>---------------------------------------------------------------

452eb80f15fce8665df52bc9facebfafb5b6267b
 docs/users_guide/runtime_control.xml |  36 +++++++++++
 includes/rts/Flags.h                 |   1 +
 rts/RtsFlags.c                       |  11 +++-
 rts/Schedule.c                       |   6 ++
 rts/sm/GC.c                          |  29 +--------
 rts/sm/Sanity.c                      |   9 ++-
 rts/sm/Storage.c                     | 117 ++++++++++++++++++++++++++---------
 rts/sm/Storage.h                     |   4 +-
 8 files changed, 155 insertions(+), 58 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 452eb80f15fce8665df52bc9facebfafb5b6267b


More information about the ghc-commits mailing list