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
b will be called unconditionally, so it can be taken out.
if(condition)a();elsec();b();
This will be easy when we generate control flow graphs. Any equivalent nodes that both point at the same node (and any node that points to two equivalent nodes) can be optimised.
b
will be called unconditionally, so it can be taken out.This will be easy when we generate control flow graphs. Any equivalent nodes that both point at the same node (and any node that points to two equivalent nodes) can be optimised.
Let's try out https://github.com/Swatinem/esgraph
The text was updated successfully, but these errors were encountered: