Closed GoogleCodeExporter closed 9 years ago
I agree that it should be done. I spoke with the poster of the issue, and he did
manage to take a pass through the code to make sure it would work and tried
things
out with GC enabled. It sounds like it works fine, so this is something we'd
definitely like to support.
Original comment by inaddr...@gmail.com
on 11 Jan 2008 at 8:02
Some details:
- to enable GC, simply turn the garbage collection build setting in the
framework project to "supported".
This will compile dual mode code that will work on both Leopard and Tiger as
long as you don't use an weak
references (which wouldn't make sense to use in dual mode code anyway).
- I inspected all of the -dealloc methods in the MacFuse codebase. They all
manage nothing but memory --
only releasing objects. Perfect; no need for -finalize. Keep it that way. :)
Original comment by bbumgar...@gmail.com
on 11 Jan 2008 at 8:07
Change to project.pbxproj committed at revision 770. GC will be in the next
release
and it couldn't have been any easier. Thanks to bbumgarner for looking this
over in
detail.
Original comment by inaddr...@gmail.com
on 29 Jan 2008 at 6:19
Original issue reported on code.google.com by
bbumgar...@gmail.com
on 10 Jan 2008 at 7:38