[Webkit-unassigned] [Bug 73309] [Qt] GC should be parallel on Qt platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 03:43:52 PST 2012


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





--- Comment #59 from Nikolas Zimmermann <zimmermann at kde.org>  2012-01-26 03:43:51 PST ---
(From update of attachment 124070)
View in context: https://bugs.webkit.org/attachment.cgi?id=124070&action=review

> Source/JavaScriptCore/wtf/MainThread.cpp:254
> +static ThreadSpecific<bool>* isGCThread;

This breaks the world on mac. isGCThread is still defined in MainThreadMac.mm.
initializeGCThreading creates the one in MainThreadMac.mm, but this ThreadSpecific is never initialized!
I don't get how this can work for you?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list