diff --git a/src/script_opt/Inline.cc b/src/script_opt/Inline.cc index ad727dd908..30fef7d415 100644 --- a/src/script_opt/Inline.cc +++ b/src/script_opt/Inline.cc @@ -166,7 +166,8 @@ void Inliner::Analyze() { inline_ables[func] = f.Profile(); } - CoalesceEventHandlers(); + if ( ! analysis_options.no_eh_coalescence ) + CoalesceEventHandlers(); for ( auto& f : funcs ) if ( f.ShouldAnalyze() )