mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28: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
|
@ -971,7 +971,7 @@ const ZAMStmt ZAMCompiler::AssignToCall(const ExprStmt* e) {
|
|||
}
|
||||
|
||||
bool ZAMCompiler::CheckForBuiltIn(const ExprPtr& e, CallExprPtr c) {
|
||||
if ( ! IsZAM_BuiltIn(e.get()) )
|
||||
if ( ! IsZAM_BuiltIn(this, e.get()) )
|
||||
return false;
|
||||
|
||||
auto ret = LastInst();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue