mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
more extensive ZAM inlining & compilation of lambdas
This commit is contained in:
parent
b9949560c6
commit
1ff490b41c
10 changed files with 156 additions and 42 deletions
|
@ -1482,6 +1482,8 @@ public:
|
|||
|
||||
const FunctionIngredientsPtr& Ingredients() const { return ingredients; }
|
||||
|
||||
void ReplaceBody(StmtPtr new_body);
|
||||
|
||||
bool IsReduced(Reducer* c) const override;
|
||||
bool HasReducedOps(Reducer* c) const override;
|
||||
ExprPtr Reduce(Reducer* c, StmtPtr& red_stmt) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue