Re: ObjC: hide encoding obstacks inside objc-encoding.c

2011-07-10 Thread Mike Stump
On Jul 10, 2011, at 9:59 AM, Nicola Pero wrote: > This Objective-C patch does an obvious cleanup of the encoding code internal > API, by hiding > the obstacks used to create the encoding strings inside objc-encoding.c. > This provides > a cleaner, simpler API, and improves code modularity. > Ok

ObjC: hide encoding obstacks inside objc-encoding.c

2011-07-10 Thread Nicola Pero
This Objective-C patch does an obvious cleanup of the encoding code internal API, by hiding the obstacks used to create the encoding strings inside objc-encoding.c. This provides a cleaner, simpler API, and improves code modularity. In practice, the patch makes the following changes: * have o