mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
ZAM support for option to not coalesce event handlers
This commit is contained in:
parent
908e8a3a27
commit
c523684cc4
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ void Inliner::Analyze() {
|
||||||
inline_ables[func] = f.Profile();
|
inline_ables[func] = f.Profile();
|
||||||
}
|
}
|
||||||
|
|
||||||
CoalesceEventHandlers();
|
if ( ! analysis_options.no_eh_coalescence )
|
||||||
|
CoalesceEventHandlers();
|
||||||
|
|
||||||
for ( auto& f : funcs )
|
for ( auto& f : funcs )
|
||||||
if ( f.ShouldAnalyze() )
|
if ( f.ShouldAnalyze() )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue