CSC448: Program Analysis I: Control Flow Graphs III [87/133] Previous pageContentsNext page

It is straightforward to build a control flow graph from a non-native block (especially if the high-level control structures have already been eliminated).

Code to build a naive control flow graph: file:controlflow/

In particular, a file:ControlFlowGraph.java instance is created for each non-native block by the code in file:BuildDiagrams.java.

Previous pageContentsNext page