• 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: App Launches in Finder, Hangs While Launching in Debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: App Launches in Finder, Hangs While Launching in Debugger


  • Subject: Re: App Launches in Finder, Hangs While Launching in Debugger
  • From: Joar Wingfors <email@hidden>
  • Date: Sun, 13 Dec 2009 23:54:14 -0800

On 13 dec 2009, at 23.44, Joe The Programmer wrote:

> Is GC as easy to implement as toggling the GCC_ENABLE_OBJC_GC build setting to either supported or required?


For a trivial app it might be. For anything else, it would not be. GC and RC are fundamentally different memory management models, and converting an existing code base is never easy. You should not attempt it before you understand how GC and RC differs, before you've read up on how GC is supported in ObjC & Cocoa, etc.

That said, GC works quite well for Cocoa apps. One example of a successful Cocoa+GC app is Xcode itself.

j o a r


_______________________________________________

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

  • Follow-Ups:
    • Re: App Launches in Finder, Hangs While Launching in Debugger
      • From: Joe The Programmer <email@hidden>
References: 
 >App Launches in Finder, Hangs While Launching in Debugger (From: Joe Programmer <email@hidden>)
 >Re: App Launches in Finder, Hangs While Launching in Debugger (From: Joar Wingfors <email@hidden>)
 >Re: App Launches in Finder, Hangs While Launching in Debugger (From: Joe The Programmer <email@hidden>)

  • Prev by Date: Re: App Launches in Finder, Hangs While Launching in Debugger
  • Next by Date: Re: App Launches in Finder, Hangs While Launching in Debugger
  • Previous by thread: Re: App Launches in Finder, Hangs While Launching in Debugger
  • Next by thread: Re: App Launches in Finder, Hangs While Launching in Debugger
  • Index(es):
    • Date
    • Thread