Re: Turning off the garbage collector for Xcode 3.0
Re: Turning off the garbage collector for Xcode 3.0
- Subject: Re: Turning off the garbage collector for Xcode 3.0
- From: Stephane Sudre <email@hidden>
- Date: Sat, 2 Aug 2008 15:59:05 +0200
On Aug 2, 2008, at 5:38 AM, Clark Cox wrote:
Th us, we would like to ask you whether we able to TURN OFF
the garbage collector and safe some processor resources for
execution of
Xcode's frond end which does the real work.
No, you cannot turn off GC. Additionally, I doubt that you'd save any
resources if you did.
It could save resources. It would avoid hundred of lines in
Console.app because of the warning related to GC.
That being said, since there's a command line to build a project, the
original author could just try it and check if this improves things.
_______________________________________________
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