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,6 +166,7 @@ void Inliner::Analyze() {
|
|||
inline_ables[func] = f.Profile();
|
||||
}
|
||||
|
||||
if ( ! analysis_options.no_eh_coalescence )
|
||||
CoalesceEventHandlers();
|
||||
|
||||
for ( auto& f : funcs )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue