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,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() )