IRA Algorithm

Back

Integrated register allocator uses coloring algorithms to allocate registers

In GCC this can be specified with -fira-algorithm=algorithm

See Also