[llvm-commits] [llvm-gcc-4.2] r53130 - /llvm-gcc-4.2/trunk/gcc/cgraphunit.c

Chris Lattner clattner at apple.com
Tue Jul 8 11:49:06 PDT 2008


On Jul 8, 2008, at 10:40 AM, Dale Johannesen wrote:

>>
>> Also, how much of a win is this?
>
> I don't know.  It showed up on a profile as a place where time was
> being spent, maybe the guys who made the profile have some idea.

This was a big win.  Again, libstdc++ headers have dead static  
functions.  These dead static functions take some compile time, but  
take more time doing debug info generation and emission.

-Chris



More information about the llvm-commits mailing list