[Webkit-unassigned] [Bug 205625] New: [JSC] Remove WTF::loadLoadFence from JSFunction::rareData()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 28 21:24:36 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205625
Bug ID: 205625
Summary: [JSC] Remove WTF::loadLoadFence from
JSFunction::rareData()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ysuzuki at apple.com
Since it is not necessary. We are putting storeStoreFence() when putting RareData into this field.
And, we never support concurrent access to this field if CPU does not support appropriate memory-ordering restriction (we strongly assume that acquire-fence for data dependent load is not necessary if store-store fence is appropriately emitted, if this guarantee is not met, we can just disable concurrency for this CPU (DEC Alpha)).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191229/2cfe79ff/attachment.htm>
More information about the webkit-unassigned
mailing list