summaryrefslogtreecommitdiff
path: root/src/jit/jit.h
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-02-25 14:46:31 -0800
committerdotnet-bot <dotnet-bot@microsoft.com>2015-02-25 14:46:31 -0800
commit93e7d209dc19ddeff0f5ea5e3686b3ec0efef447 (patch)
tree55f72673952ec7128ccddc4e84b0b51504f9d217 /src/jit/jit.h
parentda9fdd2fa9ff585965b38a9d39fbcb596165977a (diff)
downloadcoreclr-93e7d209dc19ddeff0f5ea5e3686b3ec0efef447.tar.gz
coreclr-93e7d209dc19ddeff0f5ea5e3686b3ec0efef447.tar.bz2
coreclr-93e7d209dc19ddeff0f5ea5e3686b3ec0efef447.zip
FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**
[tfs-changeset: 1421297]
Diffstat (limited to 'src/jit/jit.h')
-rw-r--r--src/jit/jit.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/jit/jit.h b/src/jit/jit.h
index c9fbc7b74b..2c393f4098 100644
--- a/src/jit/jit.h
+++ b/src/jit/jit.h
@@ -667,6 +667,14 @@ private:
#include "alloc.h"
#include "target.h"
+#if FEATURE_TAILCALL_OPT
+// Switch to 1 or Remove, when no GetCallingAssembly artifacts are encountered.
+// Refer to TF: Bug: 824625 and its associated regression TF Bug: 1113265
+#define FEATURE_TAILCALL_OPT_SHARED_RETURN 0
+#else // !FEATURE_TAILCALL_OPT
+#define FEATURE_TAILLCALL_OPT_SHARED_RETURN 0
+#endif // !FEATURE_TAILCALL_OPT
+
/*****************************************************************************/
#ifndef INLINE_MATH