mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
use richer block-aware location information for ZAM instructions
This commit is contained in:
parent
9f9f01580f
commit
c8d15f1eaa
5 changed files with 65 additions and 27 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
// No constructor needed, as all of our member variables are
|
||||
// instead instantiated via BeginLoop(). This allows us to
|
||||
// reuse TableIterInfo objects to lower the overhead associated
|
||||
// with executing ZBody::DoExec for non-recursive functions.
|
||||
// with executing ZBody::Exec for non-recursive functions.
|
||||
|
||||
// We do, however, want to make sure that when we go out of scope,
|
||||
// if we have any pending iterators we clear them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue