TC-8 Code to WriteΒΆ
- lib/misc/graph.*
Implement the topological sort.
- src/liveness/flowgraph.*
Write the constructor, which is where the
FlowGraphis actually constructed from the assembly fragments.- src/liveness/liveness.*
Write the constructor, which is where the
Liveness(a decoratedFlowGraph) is built from assembly instructions.- src/liveness/interference-graph.*
In
InterferenceGraph::compute_liveness, build the graph.