Displaying 2 results from an estimated 2 matches for "colaescer".
Did you mean:
coalescer
2007 Apr 16
0
[LLVMdev] Regalloc Refactoring
...st computation? I'm thinking
> separating
> out the spill cost computation is going to be a bit more work because
> right now it does some of its calculations in concert with this
> rewriting. But it seems workable.
Right. r2rmap is dead after coalescing. Chris' suggestion (colaescer
owns it) makes sense.
>
>>> For the same reasons, I would like to eventually separate
>>> the spill cost calculation from the coalescing phase and
>
>> This seems fine in principle, but i'd like Evan to chime in when he's
>> back.
>
> Sure.
Whil...
2007 Apr 12
8
[LLVMdev] Regalloc Refactoring
Chris Lattner wrote:
> On Thu, 12 Apr 2007, David Greene wrote:
>> As I work toward improving LLVM register allocation, I've
>> come across the need to do some refactoring.
>
> cool. :) One request: Evan is currently out on vacation until Monday.
> This is an area that he is very interested in and will want to chime in
> on. Please don't start anything