Hi,
I'm having a problem with a simple garbage collected app in which
my NSDocument subclass appears to be becoming invalid (without the
finalizer being called though). This only happens on the release
build, so I guess it's something to do with the optimizing compiler
using a less conservative garbage collection scheme.
My best guess is that I'm not marking the document as a root object.
Do I need to jump through extra hoops to stop the GC touching this
object, or is my bug elsewhere?
Thanks
Tom Davie
_______________________________________________
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 [EMAIL PROTECTED]