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
We should have a CfgIterator class that defines the behavior of CFG traversal on linear sequences of statements. Sometimes, it is more convenient to handle a linear structure of statements as a single basic block (a classic approach), while other times, we prefer the existing approach with a block per statement.
The text was updated successfully, but these errors were encountered:
We should have a
CfgIterator
class that defines the behavior of CFG traversal on linear sequences of statements. Sometimes, it is more convenient to handle a linear structure of statements as a single basic block (a classic approach), while other times, we prefer the existing approach with a block per statement.The text was updated successfully, but these errors were encountered: