mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
initial elements of switching over CSE validity to full assessment of side effects
This commit is contained in:
parent
8a18d5f8a2
commit
eab33725f8
5 changed files with 186 additions and 28 deletions
|
@ -350,8 +350,11 @@ protected:
|
|||
|
||||
// Returns true if the assignment given by 'e' modifies an aggregate
|
||||
// with the same type as that of one of the identifiers we're tracking.
|
||||
// ###
|
||||
bool CheckAggrMod(const Expr* e) const;
|
||||
|
||||
bool CheckTableRef(const Expr* e) const;
|
||||
|
||||
// Profile across all script functions.
|
||||
ProfileFuncs& pfs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue