enable affinity and numa for GC and some bug fixes
authorMaoni0 <@>
Wed, 4 May 2016 01:29:46 +0000 (18:29 -0700)
committerMaoni0 <maonis@microsoft.com>
Fri, 6 May 2016 18:52:41 +0000 (11:52 -0700)
commit692d6c19dc6d797bd2d2fb464159d3669bbb96fd
tree65923714c950993415246d9ddd577cd66cbdebb2
parentbc39a0e7d66033fa18f945fcd721f66d774145d9
enable affinity and numa for GC and some bug fixes

double the threshold for balancing onto a remote NUMA node - this was proven to be best with the asp.net benchmark.

enable cpu group

Commit migrated from https://github.com/dotnet/coreclr/commit/73dfed727374982f0ce8804d82d9ca993a4b8bf1
src/coreclr/src/gc/gc.cpp
src/coreclr/src/inc/utilcode.h
src/coreclr/src/utilcode/util.cpp
src/coreclr/src/vm/threads.cpp
src/coreclr/src/vm/threads.h
src/coreclr/src/vm/win32threadpool.cpp
src/coreclr/src/vm/win32threadpool.h