> So i found some random code that generate spills with the old register > allocator (rsne.c in libI77), and wanted to see how the new allocator > did. You may want to look at the Berkeley SLALOM benchmark. Last time I checked, gcc generated really atrocious code for the inner loop of this benchmark. Toshi