[Webkit-unassigned] [Bug 58737] [GTK] Undefined Symbol build error "_objc_registerThreadWithCollector" when building WebKit GTK Mac OS X on Snow Leopard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 14:06:16 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=58737

--- Comment #17 from Darin Adler <darin at apple.com> ---
(In reply to comment #15)
> It looks like a good policy, but I guess it doesn't make sense to
> define COCOA_GC just for this case.

I believe there are a number of other places in the code that should use COCOA_GC. It's just that the other places don't simply fail to compile. One possible example is the code in the adoptNS function in RetainPtr.h. It uses "#if defined(OBJC_NO_GC)" and instead it should use "#if !USE(COCOA_GC)". This is a missed optimization opportunity.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141209/eeb0d0ec/attachment-0002.html>


More information about the webkit-unassigned mailing list