summaryrefslogtreecommitdiff
path: root/clrdefinitions.cmake
diff options
context:
space:
mode:
authorMaoni Stephens <Maoni0@users.noreply.github.com>2018-12-26 13:13:21 -0800
committerGitHub <noreply@github.com>2018-12-26 13:13:21 -0800
commitaa13ca95d633e9251fa040533d3d5650808455c0 (patch)
tree87e76cd95fdff758227e97ffb66a48f97c4550fb /clrdefinitions.cmake
parent56e725e892cb67a373ac3e2121b9d667b6a40c03 (diff)
downloadcoreclr-aa13ca95d633e9251fa040533d3d5650808455c0.tar.gz
coreclr-aa13ca95d633e9251fa040533d3d5650808455c0.tar.bz2
coreclr-aa13ca95d633e9251fa040533d3d5650808455c0.zip
desktop port (#21523)
+alloc lock split into SOH and LOH +provisional mode to fix too many gen2 GCs triggered in low mem situation when the heap has heavy pinning fragmentation +better free list usage +premature OOM fixes +3 new configs: GCHeapAffinitizeMask, GCHighMemPercent, GCLOHThreshold (will be documented) YieldProcessor scaling factor is different on core due to the different implementation on core.
Diffstat (limited to 'clrdefinitions.cmake')
-rw-r--r--clrdefinitions.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/clrdefinitions.cmake b/clrdefinitions.cmake
index 11d2a43af7..c0c4c7e929 100644
--- a/clrdefinitions.cmake
+++ b/clrdefinitions.cmake
@@ -90,10 +90,6 @@ if(WIN32)
endif(WIN32)
# Features - please keep them alphabetically sorted
-if (FEATURE_APPDOMAIN_RESOURCE_MONITORING)
- add_definitions(-DFEATURE_APPDOMAIN_RESOURCE_MONITORING)
-endif(FEATURE_APPDOMAIN_RESOURCE_MONITORING)
-
if(WIN32)
add_definitions(-DFEATURE_APPX)
if(NOT CLR_CMAKE_TARGET_ARCH_I386)