[MacRuby-devel] Garbage Collector in MacRuby

Daniel Lopes danielvlopes at gmail.com
Sat Apr 10 08:44:00 PDT 2010


Hello, I would like to know more about the garbage collector. In Obj-c even
when we have GC enabled we should set nil to the vars (which sometimes is
also useful in pure ruby). Correct me if I'm wrong but in MacRuby we can't
use GDB, right? We still able to use profile tools? I should set all vars to
nil or it will be treated like normal ruby code and I need set to nil only
the objects that I want to be released now?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20100410/66e9fe9f/attachment.html>


More information about the MacRuby-devel mailing list