You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loops are being analyzed by traveling the body unless we don't get new varied declarations added. This could be done in just one pass by for example creating a dependency set.
The text was updated successfully, but these errors were encountered:
ovdiiuv
changed the title
Don't traverse loop's body multiple times
Don't traverse loop's body multiple times in VA
Dec 30, 2024
Loops are being analyzed by traveling the body unless we don't get new varied declarations added. This could be done in just one pass by for example creating a dependency set.
The text was updated successfully, but these errors were encountered: