[commit: ghc] master: NUMA cleanups (498ed26)
git at git.haskell.org
git at git.haskell.org
Fri Jun 17 13:49:13 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/498ed2664219f7e8f1077f46ad2061aba2f57de4/ghc
>---------------------------------------------------------------
commit 498ed2664219f7e8f1077f46ad2061aba2f57de4
Author: Simon Marlow <marlowsd at gmail.com>
Date: Sat Jun 11 11:07:14 2016 +0100
NUMA cleanups
- Move the numaMap and nNumaNodes out of RtsFlags to Capability.c
- Add a test to tests/rts
>---------------------------------------------------------------
498ed2664219f7e8f1077f46ad2061aba2f57de4
includes/rts/Flags.h | 4 +---
libraries/base/GHC/RTS/Flags.hsc | 4 ++--
rts/Capability.c | 38 +++++++++++++++++++++++++++++++++++---
rts/Capability.h | 17 +++++++++++++----
rts/RtsFlags.c | 36 ++++--------------------------------
rts/Task.c | 4 ++--
rts/posix/OSThreads.c | 1 -
rts/sm/BlockAlloc.c | 10 +++++-----
rts/sm/MBlock.c | 2 +-
rts/sm/Storage.c | 18 ++++++++----------
testsuite/tests/rts/all.T | 3 +++
testsuite/tests/rts/numa001.hs | 20 ++++++++++++++++++++
12 files changed, 94 insertions(+), 63 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 498ed2664219f7e8f1077f46ad2061aba2f57de4
More information about the ghc-commits
mailing list