be: change pre spill prepare phase to work on all register classes at once
- Only iterating over the graph once should be slightly faster - We don't need to insert the middle of register allocation logic but can perform it once before. - We can gather statistics on the prepared graph before spilling/regalloc has happened.
Please register or sign in to comment