<div>Hi!</div>
<div> </div>
<div>I'm developing a register allocator that works iteratively. It spills some virtual registers on each iteration until all the rest have physical ones assigned.</div>
<div> </div>
<div>How can I spill some live intervals at the end of each iteration with new live intervals having correct weights?</div>
<div> </div>
<div>Thanks.</div>