[LLVMdev] Fast register allocation

Chris Lattner clattner at apple.com
Tue May 18 09:19:43 PDT 2010


On May 18, 2010, at 7:49 AM, Jakob Stoklund Olesen wrote:

> 
> On May 17, 2010, at 6:21 PM, Chris Lattner wrote:
> 
>> 
>> On May 17, 2010, at 5:43 PM, Jakob Stoklund Olesen wrote:
>> 
>>> As you may have noticed, I have been working on a fast register allocator in the last week. The new allocator is intended to replace the local allocator for debug builds.
>> 
>> This is great work Jakob!  What is required and when do you think you'll be killing off the local allocator?
> 
> I think we should switch clang -O0 to the fast allocator right away. It is the only way of smoking out the remaining bugs.
> 
> I am not sure if or when llvm-gcc wants to switch, but when there are no more clients in the tree, we can kill off the local allocator.

Ok, but we should switch both clang and llvm-gcc at the same time.

-Chris



More information about the llvm-dev mailing list