Kong and Wilken Algorithm (Global Register Allocation Register Allocation)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n^{3})$

Space Complexity

? Probably also dependent on the ILP solver

()

Description

Integer programming for irregular register architectures

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Year

1998

Reference

https://dl.acm.org/doi/10.5555/290940.291002