Bug 16428
Summary: | JavaScriptCore should use WebCore threading wrappers | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | JavaScriptCore | Assignee: | Brent Fulgham <bfulgham> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All | ||
Bug Depends on: | 16464 | ||
Bug Blocks: |
Brent Fulgham
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
Consider the internal threading changes made for Bug 4635 -- they might be valid for win32.
Brent Fulgham
Also consider the internal threading changes made for Bug 4645 -- they might be
valid for win32.
Brent Fulgham
Resolved by changes landed in Changeset 30522 (and subsequent fixes).