Bug 131815 - The concurrent JIT's protocol for accessing the main thread's StringImpl's shouldn't rely only assertions in StringImpl::ref/deref()
Summary: The concurrent JIT's protocol for accessing the main thread's StringImpl's sh...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 13:55 PDT by Filip Pizlo
Modified: 2014-04-18 13:40 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!