// Register Allocation // NOTE: This file is intentionally kept small. The implementation is split // across: // - regalloc_analysis.mbt // - regalloc_constraints.mbt // - regalloc_apply.mbt // - regalloc_misc.mbt