Previous: , Up: Project Layout   [Contents][Index]


3.2.29 The src/regalloc Directory

Namespace regalloc, register allocation, delivered for TC-9.

File: color.* (src/regalloc/)

Coloring an interference graph.

File: regallocator.* (src/regalloc/)

Repeating the coloration until it succeeds (no spills).

File: libregalloc.* (src/regalloc/)

Removing useless moves once the register allocation performed, and allocating the register for fragments.

File: test-regalloc.cc (src/regalloc/)

Exercising this.