diff options
author | Gleb Balykov <g.balykov@samsung.com> | 2019-08-02 17:28:27 +0300 |
---|---|---|
committer | Konstantin Baladurin <k.baladurin@samsung.com> | 2019-09-26 00:24:34 +0300 |
commit | c3cf61b667daa58fbe8fc0a1ee1894c5b32c0221 (patch) | |
tree | b1b01eae129ef2bedd6f5644dc9f51274c6a2bf9 | |
parent | 2ce19410ea72ddf340c16c44d911563c6b8de060 (diff) | |
download | coreclr-c3cf61b667daa58fbe8fc0a1ee1894c5b32c0221.tar.gz coreclr-c3cf61b667daa58fbe8fc0a1ee1894c5b32c0221.tar.bz2 coreclr-c3cf61b667daa58fbe8fc0a1ee1894c5b32c0221.zip |
[Tizen] Disable jithost arena cache
-rw-r--r-- | src/inc/clrconfigvalues.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h index c034f4f689..fdec2992b0 100644 --- a/src/inc/clrconfigvalues.h +++ b/src/inc/clrconfigvalues.h @@ -362,7 +362,7 @@ RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_StackSamplingNumMethods, W("StackSamplingNu RETAIL_CONFIG_STRING_INFO_EX(INTERNAL_AltJitNgen, W("AltJitNgen"), "Enables AltJit for NGEN and selectively limits it to the specified methods.", CLRConfig::REGUTIL_default) #endif // defined(ALLOW_SXS_JIT_NGEN) -RETAIL_CONFIG_DWORD_INFO(EXTERNAL_JitHostMaxSlabCache, W("JitHostMaxSlabCache"), 0x1000000, "Sets jit host max slab cache size, 16MB default") +RETAIL_CONFIG_DWORD_INFO(EXTERNAL_JitHostMaxSlabCache, W("JitHostMaxSlabCache"), 0x0, "Sets jit host max slab cache size, 16MB default") RETAIL_CONFIG_DWORD_INFO_DIRECT_ACCESS(EXTERNAL_JitOptimizeType, W("JitOptimizeType"), "") RETAIL_CONFIG_DWORD_INFO_EX(EXTERNAL_JitPrintInlinedMethods, W("JitPrintInlinedMethods"), 0, "", CLRConfig::REGUTIL_default) |