[cfe-commits] r59708 - in /cfe/trunk/lib/Sema: Sema.cpp Sema.h SemaExpr.cpp SemaExprObjC.cpp

Mike Stump mrs at apple.com
Fri Nov 21 10:35:48 PST 2008


On Nov 19, 2008, at 9:35 PM, Chris Lattner wrote:
> instead of looking up super at startup time,
> just check for it when needed.  It doesn't incur real cost
> in any hot paths.

The only downside, if hot paths copy the style...  would they be  
slow?  If so, we're gonna just have to watch out for them, that and  
things are just a tad messier as then we have two styles to contend  
with for essentially the same thing.



More information about the cfe-commits mailing list