summaryrefslogtreecommitdiff
path: root/src/vm/threads.h
diff options
context:
space:
mode:
authorMaoni0 <@>2016-05-03 18:29:46 -0700
committerMaoni0 <maonis@microsoft.com>2016-05-06 11:52:41 -0700
commit73dfed727374982f0ce8804d82d9ca993a4b8bf1 (patch)
tree3f9b7ae54a17bb2020229a622f0e8bb07da37eb3 /src/vm/threads.h
parent92f671fe9f0fc583805d4f9c3116126444dabcf4 (diff)
downloadcoreclr-73dfed727374982f0ce8804d82d9ca993a4b8bf1.tar.gz
coreclr-73dfed727374982f0ce8804d82d9ca993a4b8bf1.tar.bz2
coreclr-73dfed727374982f0ce8804d82d9ca993a4b8bf1.zip
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
Diffstat (limited to 'src/vm/threads.h')
-rw-r--r--src/vm/threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/threads.h b/src/vm/threads.h
index 8b07a09ad4..e704c2b4f0 100644
--- a/src/vm/threads.h
+++ b/src/vm/threads.h
@@ -5546,11 +5546,11 @@ public:
// object associated with them (e.g., the bgc thread).
void SetGCSpecial(bool fGCSpecial);
-#if !defined(FEATURE_CORECLR)
+#ifndef FEATURE_PAL
private:
WORD m_wCPUGroup;
DWORD_PTR m_pAffinityMask;
-#endif
+#endif // !FEATURE_PAL
public:
void ChooseThreadCPUGroupAffinity();