|
|
|
11.6.4 Register Allocation by Graph Coloring
Using data flow of uses and definitions of variables, set up
use-def chains:
Link a def with all its uses to form a chain
Two program quantities cannot share the same register if their
use-def chains overlap.
Register Allocation by Coloring
Called an Interference Graph
|