Use the GCHeapAffinitizeRanges / GCHeapAffinitizeMask exclusively
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 2 Apr 2019 21:35:09 +0000 (23:35 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 3 Apr 2019 19:12:09 +0000 (21:12 +0200)
commitcb8b829fd3717acc2688025341f822e4097cf5c5
tree2979eb6430998ab527ccd87919eb24ada6251384
parent94359a5208206be08ff44a1fc14e0334e2af2071
Use the GCHeapAffinitizeRanges / GCHeapAffinitizeMask exclusively

The GCHeapAffinitizeRanges are now used only when CPU groups are enabled
and the GCHeapAffinitizeMask when CPU groups are disabled.
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/vm/gcenv.os.cpp