Re: How do I configure an Xcode project to use or not-use garbage collection?
Re: How do I configure an Xcode project to use or not-use garbage collection?
- Subject: Re: How do I configure an Xcode project to use or not-use garbage collection?
- From: Bill Bumgarner <email@hidden>
- Date: Sat, 08 Nov 2008 17:12:40 -0800
On Nov 8, 2008, at 1:37 PM, David Reidy wrote:
Objective-C Garbage Collection will appear, you can then choose from
'Unsupported' 'Supported' and 'Required'
To add to this.
If you are writing an application, choose one of Unsupported or
Required.
Required is slightly faster than Supported. Supported exists for the
folks that need to write plugins or frameworks that may be used in
both GC'd and non-GC'd contexts (like all of the frameworks included
with Mac OS X).
b.bum
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden