[Webkit-unassigned] [Bug 243342] Atomics are unavailable without the COOP/COEP headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 29 13:10:10 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=243342

--- Comment #5 from Geoffrey Garen <ggaren at apple.com> ---
(In reply to Chris Dumez from comment #4)
> + a few JSC people: Did we intentionally disable Atomics due to Spectre? I
> assume we did.

My understanding is that the Spectre risk comes from shared memory, not from atomics. So, enabling just Atomics without shared memory should be fine. Of course, it's also useless. Which is why it's fine.

But if enabling Atomics improves interop, it seems worth doing, even if it's useless as a programming model.

-- 
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/20220729/1011403c/attachment.htm>


More information about the webkit-unassigned mailing list