Re: Beginner Question Re: Memory Management
Re: Beginner Question Re: Memory Management
- Subject: Re: Beginner Question Re: Memory Management
- From: Michael Ash <email@hidden>
- Date: Tue, 23 Jun 2009 10:17:15 -0400
On Tue, Jun 23, 2009 at 2:05 AM, WT<email@hidden> wrote:
> On Jun 23, 2009, at 7:37 AM, Eric Hermanson wrote:
>
>> UNFORTUNATELY, the iPhone Simulator does not support instance variable
>> synthesis (at least it didn't in 2.x, maybe that changed in 3.0).
>
> I just tested that in the 3.0 simulator and it does NOT support ivar
> synthesis.
The 32-bit Objective-C runtime on the Mac side of things does not
support it, which means the simulator can't support it unless it moves
to 64-bit on the Mac side. That would open its own can of worms, since
the iPhone is a 32-bit platform. The only other way to resolve this
would be for the simulator to bring in a custom ObjC runtime and that
seems extremely unlikely to happen to me.
Mike
_______________________________________________
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