Skip to content

Commit

Permalink
[mono] Reenable the empty finally optimization. (#53965)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored Jun 10, 2021
1 parent 6431819 commit f18a704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/mini/mini.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ();

Expand Down

0 comments on commit f18a704

Please sign in to comment.