On May 20, 2009, at 9:33 AM, Lucius Fox wrote:

Sorry. I meant does Webkit on MacOS X uses 'reference counted or garbage collected' memory management?

Both.

For Objective-C objects it uses whatever mode of memory management the host application chooses. This is also how Mac OS X system frameworks like AppKit behave.

For its own non-Objective-C objects it uses both reference counting and garbage collection.

    -- Darin

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to