[LLVMdev] [RFC] WebAssembly Backend

Owen Anderson resistor at mac.com
Fri Jun 19 09:54:00 PDT 2015


Hi Jakob,

> On Jun 19, 2015, at 7:49 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> 
> Matthias, Quentin: How well do the SSA-based register allocator algorithms work with infinite colors available?

The chordal coloring algorithm, at least, would be a perfect fit here.  It finds the minimal coloring without pre-determined bound.

—Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150619/3a9e9903/attachment.html>


More information about the llvm-dev mailing list