Expand description
Public API for regalloc_gc.
Graph-coloring register allocator (Chaitin-Briggs style).
Functions§
- build_
interference_ graph - Public API for
build_interference_graph. - graph_
color - Chaitin-Briggs style graph-coloring allocator.
- spill_
costs - Compute spill costs from interval length and use density. Longer intervals are considered more expensive to spill.
Type Aliases§
- Interference
Graph - Public API for
InterferenceGraph.