With or without Garbage Collection for AU FX
With or without Garbage Collection for AU FX
- Subject: With or without Garbage Collection for AU FX
- From: George <email@hidden>
- Date: Sat, 08 Oct 2011 14:53:02 +0200
I'm into research stage for develop an AU Effect with Cocoa view. The minimal OS target will be 10.5 and I wonder if I should develop with Garbage Collection "supported" or "unsupported". As much as I saw, the default Xcode build option for AU with Cocoa view template is "unsupported" and also the default code for memory management is't build on alloc and dealloc methods.
- (void)dealloc {
[self _removeListeners];
[super dealloc];
}
Does anyone tried to develop with GC and if the answer is yes, it is supported by the main hosts and what problems did you meet ?
I don't want to be a pain in the ass and trigger an infinite memory management crashes but if someone tried with success GC, I would prefer it instead of low level management.
Thank you
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden