Re: Zeroing out instance variables
Re: Zeroing out instance variables
- Subject: Re: Zeroing out instance variables
- From: Kyle Sluder <email@hidden>
- Date: Sun, 18 Apr 2010 19:58:45 -0700
On Apr 18, 2010, at 6:52 PM, Michael Ash <email@hidden> wrote:
If by "indirected through the runtime" you mean "accesses one global
variable to get an offset". It does not, as one might take your
comment to indicate, actually call any runtime functions.
If that's the case, how can the language support reordering instance
variables? The only way I can see o support taking the address of an
instance variable is to convert &ivar into a runtime call.
--Kyle Sluder
_______________________________________________
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