From 8a47eafa69614589eb86bbdf0c2c36aa690c1b15 Mon Sep 17 00:00:00 2001 From: Brian Sullivan Date: Tue, 22 Mar 2016 16:26:22 -0700 Subject: Remove the define of FEATURE_INTERPRETER for ARM64 This will remove some extra conditional code that is only use to support the IL bytecode interpreter and will disable the fallback to the interpreter on ARM64 --- src/inc/switches.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/inc/switches.h') diff --git a/src/inc/switches.h b/src/inc/switches.h index 266dff0bc9..5d9edf3b7a 100644 --- a/src/inc/switches.h +++ b/src/inc/switches.h @@ -267,9 +267,5 @@ #define FEATURE_STACK_SAMPLING #endif // defined (ALLOW_SXS_JIT) -#if defined(_TARGET_ARM64_) -#define FEATURE_INTERPRETER -#endif // defined(_TARGET_ARM64_) - #endif // !defined(CROSSGEN_COMPILE) -- cgit v1.2.3