Re: ObjC: remove temporary tree list used when calling objc_declare_protocols()

2011-04-13 Thread Mike Stump
On Apr 13, 2011, at 3:57 PM, Nicola Pero wrote: > This patch cleans up objc_declare_protocols() to avoid having to create > temporary tree chains just to perform the function call (in the same way > as my other patch cleaned up objc_declare_class()). > > Ok to commit ? Ok.

ObjC: remove temporary tree list used when calling objc_declare_protocols()

2011-04-13 Thread Nicola Pero
This patch cleans up objc_declare_protocols() to avoid having to create temporary tree chains just to perform the function call (in the same way as my other patch cleaned up objc_declare_class()). Ok to commit ? Thanks PS: This patch has no measurable effect on compilation speed in my tests beca