Next: TC-8 FAQ, Previous: TC-8 Given Code, Up: TC-8 [Contents][Index]
Implement the topological sort.
Write the constructor, which is where the FlowGraph
is actually
constructed from the assembly fragments.
Write the constructor, which is where the Liveness
(a decorated
FlowGraph
) is built from assembly instructions.
In InterferenceGraph::compute_liveness
, build the graph.