[commit: ghc] master: Users Guide: Add that --numa is available on Windows too (b3bfbed)
git at git.haskell.org
git at git.haskell.org
Thu Mar 8 01:52:25 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b3bfbedc106a50eacc635f8ec7ad130ce6e43617/ghc
>---------------------------------------------------------------
commit b3bfbedc106a50eacc635f8ec7ad130ce6e43617
Author: Simon Jakobi <simon.jakobi at gmail.com>
Date: Mon Mar 5 06:19:20 2018 +0100
Users Guide: Add that --numa is available on Windows too
Windows support was added in c93813d96b1da53a2ebd9c9ac5af6cc3e3443c43
>---------------------------------------------------------------
b3bfbedc106a50eacc635f8ec7ad130ce6e43617
docs/users_guide/runtime_control.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index f8e0ce0..009e3ae 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -685,7 +685,7 @@ performance.
single: NUMA, enabling in the runtime
Enable NUMA-aware memory allocation in the runtime (only available
- with ``-threaded``, and only on Linux currently).
+ with ``-threaded``, and only on Linux and Windows currently).
Background: some systems have a Non-Uniform Memory Architecture,
whereby main memory is split into banks which are "local" to
More information about the ghc-commits
mailing list