From ce3c8ec3f2d4e89e4b43800ddc3fbc8361c2c9f9 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Tue, 28 Aug 2018 11:30:12 +0200 Subject: [PATCH] Revert "[jit] Disable tail calls from gsharedvt code for now." This reverts commit 6c47574ce39232be0721eff002c077deb84bf9c8. --- mono/mini/method-to-ir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mono/mini/method-to-ir.c b/mono/mini/method-to-ir.c index 2f555bf5e15..4fd8a0de4c1 100644 --- a/mono/mini/method-to-ir.c +++ b/mono/mini/method-to-ir.c @@ -6254,7 +6254,6 @@ is_supported_tailcall (MonoCompile *cfg, const guint8 *ip, MonoMethod *method, M // Interface method dispatch has the same problem (imt_arg). || IS_NOT_SUPPORTED_TAILCALL (extra_arg && !cfg->backend->have_volatile_non_param_register) - || IS_NOT_SUPPORTED_TAILCALL (cfg->gsharedvt) ) { tailcall_calli = FALSE; tailcall = FALSE; -- 2.11.4.GIT