WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
16428
JavaScriptCore should use WebCore threading wrappers
https://bugs.webkit.org/show_bug.cgi?id=16428
Summary
JavaScriptCore should use WebCore threading wrappers
Brent Fulgham
Reported
2007-12-13 14:21:20 PST
The Windows build of JavaScriptCore uses a win32 version of pthread. However, WebCore has a set of threading wrappers that abstract this platform specific linkage. This bug involves three steps: 1. Move WebCore's threading primitives to wtf. 2. Adjust WebCore's dependencies to find threading inside wtf. 3. Modify JavaScriptCore to use the wtf threading primitives
Attachments
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2007-12-14 12:32:56 PST
Consider the internal threading changes made for
Bug 4635
-- they might be valid for win32.
Brent Fulgham
Comment 2
2007-12-14 12:46:04 PST
Also consider the internal threading changes made for
Bug 4645
-- they might be valid for win32.
Brent Fulgham
Comment 3
2008-02-23 22:52:00 PST
Resolved by changes landed in Changeset 30522 (and subsequent fixes).
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug