summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorMukul Sabharwal <mjsabby@gmail.com>2019-05-22 01:52:38 -0700
committerDavid Mason <davmason@microsoft.com>2019-05-22 01:52:37 -0700
commit797be5d5c87a81f50dbd59e000abd2db7b99237a (patch)
tree1174d14c70ea421f2a559ad03b05e6c26d0d8c49 /src/inc
parentf33ffab85335b9ca6b0f669d59de599e981c295f (diff)
downloadcoreclr-797be5d5c87a81f50dbd59e000abd2db7b99237a.tar.gz
coreclr-797be5d5c87a81f50dbd59e000abd2db7b99237a.tar.bz2
coreclr-797be5d5c87a81f50dbd59e000abd2db7b99237a.zip
Track debug info for DynamicMethods for Profiler API (#24139)
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/clrconfigvalues.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h
index 4967278fb9..b55c79a177 100644
--- a/src/inc/clrconfigvalues.h
+++ b/src/inc/clrconfigvalues.h
@@ -403,6 +403,7 @@ RETAIL_CONFIG_DWORD_INFO(INTERNAL_JitVNMapSelBudget, W("JitVNMapSelBudget"), 100
RETAIL_CONFIG_DWORD_INFO_EX(EXTERNAL_FeatureSIMD, W("FeatureSIMD"), EXTERNAL_FeatureSIMD_Default, "Enable SIMD intrinsics recognition in System.Numerics.dll and/or System.Numerics.Vectors.dll", CLRConfig::REGUTIL_default)
RETAIL_CONFIG_DWORD_INFO(INTERNAL_SIMD16ByteOnly, W("SIMD16ByteOnly"), 0, "Limit maximum SIMD vector length to 16 bytes (used by x64_arm64_altjit)")
RETAIL_CONFIG_DWORD_INFO_EX(EXTERNAL_EnableAVX, W("EnableAVX"), EXTERNAL_JitEnableAVX_Default, "Enable AVX instruction set for wide operations as default", CLRConfig::REGUTIL_default)
+RETAIL_CONFIG_DWORD_INFO_EX(UNSUPPORTED_TrackDynamicMethodDebugInfo, W("TrackDynamicMethodDebugInfo"), 0, "Specifies whether debug info should be generated and tracked for dynamic methods", CLRConfig::REGUTIL_default)
#ifdef FEATURE_MULTICOREJIT