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: | JavaScriptCore | Assignee: | 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 |
Filip Pizlo
Most likely the right way to get to this point is to just make StringImpl::ref/deref thread-safe.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sam Weinig
(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!