From b7167889bc94c084527f184f852b867b2a1c1d56 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 18 Apr 2019 19:57:17 -0700 Subject: Move R2R-specific code to be outside FEATURE_PREJIT (#24075) This refactoring is preparation for disabling fragile NGen support in the runtime. It keeps fragile-NGen specific code under FEATURE_PREJIT and moves the code required to support R2R to be outside FEATURE_PREJIT. The eventual goal is to compile the runtime without FEATURE_PREJIT defined to avoid fragile-NGen specific overhead. --- src/md/inc/metamodelrw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/md/inc') diff --git a/src/md/inc/metamodelrw.h b/src/md/inc/metamodelrw.h index c2d24db8a5..d2debc7517 100644 --- a/src/md/inc/metamodelrw.h +++ b/src/md/inc/metamodelrw.h @@ -790,7 +790,7 @@ public: // They are constant, FieldMarshal, MethodSemantics, ClassLayout, FieldLayout, ImplMap, FieldRVA, NestedClass, and MethodImpl CLookUpHash * m_pLookUpHashs[TBL_COUNT]; -#if defined(FEATURE_PREJIT) && !defined(DACCESS_COMPILE) +#if !defined(DACCESS_COMPILE) MapSHash m_StringPoolOffsetHash; #endif -- cgit v1.2.3