mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
support for discarding ASTs once compiled via ZAM script optimization
This commit is contained in:
parent
79c53c9ed6
commit
91d70e6dd4
13 changed files with 55 additions and 17 deletions
|
@ -60,6 +60,7 @@ class ZAMCompiler
|
|||
public:
|
||||
ZAMCompiler(ScriptFunc* f, std::shared_ptr<ProfileFunc> pf, ScopePtr scope, StmtPtr body,
|
||||
std::shared_ptr<UseDefs> ud, std::shared_ptr<Reducer> rd);
|
||||
~ZAMCompiler();
|
||||
|
||||
StmtPtr CompileBody();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue