Comment by john-h-k 2 months ago Very few compilers actually use vertex coloring for register allocation 2 comments john-h-k Reply isaacimagine 2 months ago Totally. The hard part isn't coloring (you can use simple heuristics to get a decent register assignment), rather, it's figuring out which registers to spill (don't spill registers in hot loops! and a million other things!). NooneAtAll3 2 months ago and this post isn't even about vertex coloring
isaacimagine 2 months ago Totally. The hard part isn't coloring (you can use simple heuristics to get a decent register assignment), rather, it's figuring out which registers to spill (don't spill registers in hot loops! and a million other things!).
Totally. The hard part isn't coloring (you can use simple heuristics to get a decent register assignment), rather, it's figuring out which registers to spill (don't spill registers in hot loops! and a million other things!).
and this post isn't even about vertex coloring