[mono] Reenable the empty finally optimization. (#53965)
authorZoltan Varga <vargaz@gmail.com>
Thu, 10 Jun 2021 21:27:42 +0000 (17:27 -0400)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 21:27:42 +0000 (17:27 -0400)
src/mono/mono/mini/mini.c

index 3135f85..b54bb2c 100644 (file)
@@ -3597,7 +3597,7 @@ mini_method_compile (MonoMethod *method, guint32 opts, JitFlags flags, int parts
        }
 
        // This still causes failures
-       //remove_empty_finally_pass (cfg);
+       remove_empty_finally_pass (cfg);
 
        mono_threads_safepoint ();