Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6c6e928fdc34bb225b8bffebb3634bde15180708
      
https://github.com/WebKit/WebKit/commit/6c6e928fdc34bb225b8bffebb3634bde15180708
  Author: Keith Miller <[email protected]>
  Date:   2026-09-16 (Wed, 16 Sep 2026)

  Changed paths:
    M Source/JavaScriptCore/API/tests/VMManagerStopTheWorldTest.cpp
    M Source/WTF/wtf/Atomics.h
    M Source/WTF/wtf/CountingLock.h

  Log Message:
  -----------
  loadLoadFence should use dmb ishld
https://bugs.webkit.org/show_bug.cgi?id=324352
rdar://187582538

Reviewed by Yusuke Suzuki.

Use the load-only variant of dmb where available i.e. ARM64. We only use
loadLoadFence in our code today but the same barrier works for
loadStoreFence.

* Source/JavaScriptCore/API/tests/VMManagerStopTheWorldTest.cpp:
(VMManagerStopTheWorldTest::WTF_REQUIRES_LOCK):
    At first glance this seems to be a storeLoadFence, it's also test
    code so there's not really any reason to be less conservative.
* Source/WTF/wtf/CountingLock.h:
    Update the comment so it doesn't claim to use dmb ish.

Canonical link: https://commits.webkit.org/321268@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to