Re: @property problem
Re: @property problem
- Subject: Re: @property problem
- From: Adam P Jenkins <email@hidden>
- Date: Mon, 11 Feb 2008 18:33:19 -0500
Is there any performance penalty for using the 64 bit runtime? In
general what are the disadvantages of disabling 32 bit compatibility
other than the obvious fact that my program wouldn't run on 32 bit
machines?
On Feb 11, 2008, at 4:29 PM, Joshua Emmons wrote:
Obj-C *can* be smart enough to generate this ivar for you behind the
scenes, but only if you're using the 64bit runtime. If you don't
require 32bit compatibility, turn it off, and then you don't have to
worry about declaring these ivars for synthesize.
_______________________________________________
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