• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Turning off the garbage collector for Xcode 3.0
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Turning off the garbage collector for Xcode 3.0


  • Subject: Re: Turning off the garbage collector for Xcode 3.0
  • From: Steve Checkoway <email@hidden>
  • Date: Tue, 5 Aug 2008 19:36:28 -0700


On Aug 1, 2008, at 8:38 PM, Clark Cox wrote:

The work done by the garbage collector has to be done one way or
another. If not running under GC, that same work would be spread
throughout your program in the retain/release calls, as well as the
autorelease pool tracking.


This is not true. The garbage collector must figure out which objects can be collected. This is not work that would have to be done without a garbage collector.

In non-GC, explicit retain/autorelease/release calls have to be made that are not needed in GC. Only the actual returning of the memory to the system is the same both with and without GC.

That said, it sounds like GC is not the OP's issue at all.

--
Steve Checkoway





_______________________________________________
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


  • Follow-Ups:
    • Re: Turning off the garbage collector for Xcode 3.0
      • From: Bill Bumgarner <email@hidden>
References: 
 >Turning off the garbage collector for Xcode 3.0 (From: email@hidden)
 >Re: Turning off the garbage collector for Xcode 3.0 (From: "Clark Cox" <email@hidden>)

  • Prev by Date: Debugging SCM problems
  • Next by Date: Re: Turning off the garbage collector for Xcode 3.0
  • Previous by thread: Re: Turning off the garbage collector for Xcode 3.0
  • Next by thread: Re: Turning off the garbage collector for Xcode 3.0
  • Index(es):
    • Date
    • Thread