Comment by john-h-k 1 day ago Very few compilers actually use vertex coloring for register allocation 2 comments john-h-k Reply isaacimagine 1 day 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 1 day ago and this post isn't even about vertex coloring
isaacimagine 1 day 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