Noeud « Next »: , Noeud « Previous »: T8 Given Code, Noeud « Up »: T8



4.10.4 T8 Code to Write

src/graph/graph.hh
src/graph/graph.hxx
Implement the topological sort.
src/liveness/flowgraph.hh
Write the constructor, which is where the FlowGraph is actually constructed from the assembly fragments.
src/liveness/liveness.cc
Write the constructor, which is where the Liveness (a decorated FlowGraph) is built from assembly instructions.
src/liveness/interference-graph.cc
In InterferenceGraph::compute_liveness, build the graph.