[cfe-commits] r79941 - in /cfe/trunk: lib/Analysis/CFG.cpp test/SemaTemplate/fun-template-def.cpp

Chris Lattner clattner at apple.com
Tue Aug 25 21:08:28 PDT 2009


On Aug 25, 2009, at 4:39 PM, Douglas Gregor wrote:
>> I don't disagree about either point. :)  I'm just saying that one  
>> way to reduce the cost is to only check each inline function in  
>> translation units that use them.  This doesn't help library  
>> authors, but does help application authors who (presumably) use  
>> every inline function at least once in their program.
>
> Oh, I agree with you. But we're talking about a tradeoff between  
> early detection of problems and performance, but I don't know what  
> we're gaining on the performance end.

Heh fair enough!

>> Deferring it is fine with me though :)
>
>
> It's in my calendar to revisit at the point when I think we'll be  
> able to parse <algorithm> well enough to measure something :)

Ooh, is that date a secret? :)

-Chris



More information about the cfe-commits mailing list