Bug 58171 - Fix RefCounted thread verification code to capture the thread immediately.
Summary: Fix RefCounted thread verification code to capture the thread immediately.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 31639 51857
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-08 16:00 PDT by David Levin
Modified: 2013-04-08 11:02 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2011-04-08 16:00:12 PDT
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.)
Comment 1 David Levin 2013-04-08 11:02:35 PDT
All of the ref counted verification wasn't running for jsc which is to be the only supported javascript engine once again.