Bug 131815

Summary: The concurrent JIT's protocol for accessing the main thread's StringImpl's shouldn't rely only assertions in StringImpl::ref/deref()
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: NEW ---    
Severity: Normal CC: andersca, ap, barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Filip Pizlo 2014-04-17 13:55:46 PDT
Most likely the right way to get to this point is to just make StringImpl::ref/deref thread-safe.
Comment 1 Sam Weinig 2014-04-18 13:40:06 PDT
(In reply to comment #0)
> Most likely the right way to get to this point is to just make StringImpl::ref/deref thread-safe.

Yes please!