Chris Lattner
2004-Jul-22 18:53 UTC
[LLVMdev] Linear scan is now the default register allocator
Hi everyone, I just wanted to point out that the -linearscan allocator is now the default register allocator for the target independent code generator. I believe that it is completely stable, and it generates code that is often about 2x as fast as the naive local allocator. If you run into any problems, please let us know. Thanks to Alkis for writing it, it's a great piece of work! -Chris -- http://llvm.cs.uiuc.edu/ http://nondot.org/sabre/