mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48: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
|
@ -34,8 +34,8 @@ public:
|
|||
~ZBody() override;
|
||||
|
||||
// These are split out from the constructor to allow construction
|
||||
// of a ZBody from either save-file full instructions (first method)
|
||||
// or intermediary instructions (second method).
|
||||
// of a ZBody from either save-file full instructions (first method,
|
||||
// not currently supported) or intermediary instructions (second method).
|
||||
void SetInsts(std::vector<ZInst*>& insts);
|
||||
void SetInsts(std::vector<ZInstI*>& instsI);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue