mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
reduce interpreter frames for compiled function bodies
This commit is contained in:
parent
aa8f11fa17
commit
03194949c9
3 changed files with 27 additions and 26 deletions
|
@ -508,6 +508,8 @@ static void analyze_scripts_for_ZAM(std::unique_ptr<ProfileFuncs>& pfs)
|
|||
|
||||
if ( ! did_one )
|
||||
reporter->FatalError("no matching functions/files for -O ZAM");
|
||||
|
||||
finalize_functions(funcs);
|
||||
}
|
||||
|
||||
void analyze_scripts()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue