[Webkit-unassigned] [Bug 33580] [BREWMP] Port currentThreadStackBase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 09:40:00 PDT 2010


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





--- Comment #8 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2010-06-24 09:40:00 PST ---
(In reply to comment #7)
> > +static void* s_stackBaseAddress;
> 
> Avoid static data. JSC should be thread-safe.

Yes, I know. However, Brew MP does support preemptive multi-threading. It does not have threads, mutexs and thread-specific variables. I turned on ENABLE(SINGLE_THREADED) for Brew MP.

-- 
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