888990919293949596
} return liveRanges; } public static LinearScanAllocator allocate(LiveRange[] liveRanges) { LinearScanAllocator lsa = new LinearScanAllocator(liveRanges); lsa.allocate(); return lsa; }