Modify affinity range config format for Windows
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 4 Apr 2019 10:46:33 +0000 (12:46 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Thu, 4 Apr 2019 10:46:33 +0000 (12:46 +0200)
commit6e629e9ccd58be36fcc858d357cdf0811bdcb380
treec39f36c7ce91da4a8b60164169038db4979f34e0
parentdd80afe98f969e3a309917643c0e45e83aaa37bf
Modify affinity range config format for Windows

Each entry has to be prefixed by group number followed by comma. There
is nothing like global CPU index on Windows, all the APIs that support
more than 64 processors use group, in-group index pair. So specifying
the affinity this way matches what users are used to.
src/gc/env/gcenv.os.h
src/gc/gc.cpp
src/gc/gcconfig.cpp
src/gc/gcconfig.h
src/gc/unix/gcenv.unix.cpp
src/gc/windows/gcenv.windows.cpp
src/inc/utilcode.h
src/utilcode/util.cpp
src/vm/gcenv.os.cpp