[llvm-commits] [llvm-gcc-4.2] r53130 - /llvm-gcc-4.2/trunk/gcc/cgraphunit.c
Daniel Berlin
dberlin at dberlin.org
Tue Jul 8 15:40:17 PDT 2008
On Tue, Jul 8, 2008 at 2:49 PM, Chris Lattner <clattner at apple.com> wrote:
>
> 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.
>
So, i took a look, and i don't see any dead static functions in
libstdc++ with gcc 4.3.
Which functions in particular are you thinking of?
More information about the llvm-commits
mailing list