mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
rewrite of ZAM optimization of BiFs and script functions/idioms
This commit is contained in:
parent
263093af78
commit
9cddf16800
8 changed files with 1300 additions and 409 deletions
|
@ -248,6 +248,10 @@ extern void clear_script_analysis();
|
|||
// Called when Zeek is terminating.
|
||||
extern void finish_script_execution();
|
||||
|
||||
// Returns true if the given call has a specialized ZAM equivalent when
|
||||
// used in a conditional.
|
||||
extern bool IsZAM_BuiltInCond(const CallExpr* c);
|
||||
|
||||
// Used for C++-compiled scripts to signal their presence, by setting this
|
||||
// to a non-empty value.
|
||||
extern void (*CPP_init_hook)();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue