[Webkit-unassigned] [Bug 225465] New: Reduce use of dmb ish on ARM64
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 6 09:48:40 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225465
Bug ID: 225465
Summary: Reduce use of dmb ish on ARM64
Product: WebKit
Version: Other
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fpizlo at apple.com
We use loadLoadFence a lot, often in situations like:
Foo* ptr = loadStuff;
loadLoadFence();
use ptr
On ARM64, we don't need a dmb ish here. We also use loadLoadFence in some places where I can't actually think of any good reason for the fence other than paranoia.
--
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/20210506/385fab59/attachment-0001.htm>
More information about the webkit-unassigned
mailing list