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
There's no need to instrument assignments with calls to $$invalidate inside the main instance() function body as all variables are initially set to dirty already.
It wouldn't be a huge improvement, but it's unnecessary work nonetheless.
The text was updated successfully, but these errors were encountered:
A straight ahead tweak on the current ast walk comes upon two complications: labelled statements and store reassignments. They need to be instrumented regardless of being in the main control flow or not.
There's no need to instrument assignments with calls to
$$invalidate
inside the maininstance()
function body as all variables are initially set to dirty already.It wouldn't be a huge improvement, but it's unnecessary work nonetheless.
The text was updated successfully, but these errors were encountered: