Re: Trouble calling class_addIvar()
Re: Trouble calling class_addIvar()
- Subject: Re: Trouble calling class_addIvar()
- From: Bill Bumgarner <email@hidden>
- Date: Fri, 08 Oct 2010 19:49:04 -0700
On Oct 8, 2010, at 5:27 PM, Rick Mann wrote:
> Hmm...thinking about it a bit more...how do dynamically-synthesized property ivars work (where you just @synthesize them without declaring an ivar)? Do they use class_addIvar()? That suggests I'm wrong about class layout.
It be compilation time code generation.... with the new runtime(s), the compiler can generate the storage during compilation of the class's implementation....
b.bum
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden