Skip to main content

Module regalloc_gc

Module regalloc_gc 

Source
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§

InterferenceGraph
Public API for InterferenceGraph.