On Sat, Jun 27, 2009 at 4:57 PM, James Gregurich<bayoubenga...@mac.com> wrote: > > Bill, > > If you guys are going to some day make that statement the law, then please > keep in mind that whatever you do has to operate with cross platform C++ > code using standard memory management techniques. Many of us have to deal > with other unix systems and Windows. We need this stuff to all cleanly > interoperate with standard code.
I wouldn't worry too much about it. It's pretty evident from the fundamental design of the GC that allowing existing pure C/C++ code to run unchanged was a top priority, and indeed they have almost completely succeeded at this. (And I only say "almost" because I can only assume there's a corner case out there somewhere with CoreFoundation-using code, since CF objects are also garbage collected, but I am not actually aware of any.) Mike _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com