[Webkit-unassigned] [Bug 172843] B3 should have fully-fenced loads and stores

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 2 09:25:31 PDT 2017


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

Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Filip Pizlo <fpizlo at apple.com> ---
Actually, I think that we already have this.

The canonical way of getting a fully fenced load is AtomicXchgAdd(0, ptr).

The canonical way of getting a fully fenced store is AtomicXchg(value, ptr).

-- 
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/20170602/6d3f95ca/attachment.html>


More information about the webkit-unassigned mailing list