[Sparkle] Plan to support garbage collection?
Andy Matuschak
andy at andymatuschak.org
Mon Feb 18 17:06:17 PST 2008
I had thought that a dual-mode framework could only be compiled for
10.5, but people on here have told me that it works for 10.4+. I don't
really understand how that's possible, so I'm skeptical. It may or may
not actually work. :)
- Andy Matuschak
On Feb 18, 2008, at 4:04 PM, Steven W Riggins wrote:
> Isn't GC 10.5 only?
>
>
> On Feb 18, 2008, at 3:58 PM, Andy Matuschak wrote:
>
>> Alright, so it sounds like there are two targets: one supporting
>> 10.3+
>> and not supporting GC and one supporting 10.4+ with GC support.
>>
>> I can think of a few places offhand where I rely on the retain count
>> system for memory management and don't use strong links. For example,
>> when I make an appcast, I just free it in the delegate callback
>> method
>> to avoid an extraneous ivar. Unfortunately, making the retain count
>> operations no-ops will probably result in a few unexpected and hard-
>> to-
>> track-down bugs.
>>
>> I'll have to be vigilant! :)
>>
>> - Andy Matuschak
>> _______________________________________________
>> Sparkle mailing list
>> Sparkle at lists.andymatuschak.org
>> http://lists.andymatuschak.org/listinfo.cgi/sparkle-andymatuschak.org
>>
>
> _______________________________________________
> Sparkle mailing list
> Sparkle at lists.andymatuschak.org
> http://lists.andymatuschak.org/listinfo.cgi/sparkle-andymatuschak.org
More information about the Sparkle
mailing list