[MacRuby] #1407: MacRuby uses GC, which is more or less deprecated, should use ARC
#1407: MacRuby uses GC, which is more or less deprecated, should use ARC -----------------------------------------+---------------------------------- Reporter: mayer.julian@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: arc, gc -----------------------------------------+---------------------------------- garbage collection has been more or less deprecated by apple, they suggest using automatic reference counting for all future development. while GC may be supported for the foreseeable future, MacRuby should use the recommended and not the outdated technology which is bound to disappear at some point. -- Ticket URL: <http://www.macruby.org/trac/ticket/1407> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby