use richer block-aware location information for ZAM instructions

This commit is contained in:
Vern Paxson 2024-03-10 17:10:28 -04:00 committed by Tim Wojtulewicz
parent 9f9f01580f
commit c8d15f1eaa
5 changed files with 65 additions and 27 deletions

View file

@ -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.