Bug 58171
Summary: | Fix RefCounted thread verification code to capture the thread immediately. | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Levin <levin> |
Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | skyul |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 31639, 51857 | ||
Bug Blocks: |
David Levin
Right now the thread is only captured when the ref count gets to 2. We should capture it immediately and then be willing to detach from a thread when a given method is called. (We could do this inside of the lower level threading code which we should standard more as a result of bug 51857.)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Levin
All of the ref counted verification wasn't running for jsc which is to be the only supported javascript engine once again.