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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
