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
However, their behavior is not equivalent, in the first definition, if undef_var is not present in the parent env, then it will give an error.
DEE should check if expression to eliminate have never-assigned variables.
The text was updated successfully, but these errors were encountered:
Dead Expression Elimination is optimizing the code:
to:
However, their behavior is not equivalent, in the first definition, if
undef_var
is not present in the parent env, then it will give an error.DEE should check if expression to eliminate have never-assigned variables.
The text was updated successfully, but these errors were encountered: