Platform/Features/IonMonkey/RegisterAllocator

From MozillaWiki
Jump to: navigation, search

Interfaces

To the Front End

To the Back End

Algorithm

The register allocator uses a linear scan algorithm over the SSA-form LIR like the one described by Wimmer et al. in "Linear Scan Register Allocation on SSA Form" and "Optimized Interval Splitting in a Linear Scan Register Allocator."