Re: ObjC: another tiny performance tidyup

2011-04-12 Thread Mike Stump
On Apr 12, 2011, at 12:12 PM, Nicola Pero wrote: > This saves a few thousands strlen() calls per compilation by reusing > the length of selector strings instead of calculating it again. > > Ok to commit ? Ok.

ObjC: another tiny performance tidyup

2011-04-12 Thread Nicola Pero
This saves a few thousands strlen() calls per compilation by reusing the length of selector strings instead of calculating it again. Ok to commit ? Thanks PS: I'll come back to hashtables later, as they do deserve some discussion. I want to get all the other obvious tiny changes in first. Inde