ZAM support for option to not coalesce event handlers

This commit is contained in:
Vern Paxson 2024-12-03 10:38:05 -07:00
parent 908e8a3a27
commit c523684cc4

View file

@ -166,6 +166,7 @@ void Inliner::Analyze() {
inline_ables[func] = f.Profile(); inline_ables[func] = f.Profile();
} }
if ( ! analysis_options.no_eh_coalescence )
CoalesceEventHandlers(); CoalesceEventHandlers();
for ( auto& f : funcs ) for ( auto& f : funcs )