[webkit-changes] [WebKit/WebKit] 355f90: Use inline assembly on Windows

Yusuke Suzuki noreply at github.com
Wed May 8 21:55:34 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 355f909c000cc1680fa94e388390bf051e163832
      https://github.com/WebKit/WebKit/commit/355f909c000cc1680fa94e388390bf051e163832
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSCJSValue.cpp
    M Source/JavaScriptCore/runtime/JSCJSValue.h
    M Source/JavaScriptCore/tools/JSDollarVM.cpp
    M Source/WTF/wtf/Assertions.h
    M Source/WTF/wtf/Atomics.h
    M Source/WTF/wtf/CMakeLists.txt
    M Source/WTF/wtf/PlatformCallingConventions.h
    M Source/WTF/wtf/StackPointer.cpp
    M Source/WTF/wtf/StackPointer.h
    R Source/WTF/wtf/win/AsmStubsMSVC64.asm

  Log Message:
  -----------
  Use inline assembly on Windows
https://bugs.webkit.org/show_bug.cgi?id=273868
rdar://127725489

Reviewed by Mark Lam.

Let's just always use inline asm.

* Source/JavaScriptCore/runtime/JSCJSValue.cpp:
(JSC::ensureStillAliveHere): Deleted.
* Source/JavaScriptCore/runtime/JSCJSValue.h:
(JSC::ensureStillAliveHere):
* Source/JavaScriptCore/tools/JSDollarVM.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* Source/WTF/wtf/Assertions.h:
(compilerFenceForCrash):
* Source/WTF/wtf/Atomics.h:
(WTF::compilerFence):
(WTF::x86_ortop):
(WTF::x86_cpuid):
(WTF::opaque):
* Source/WTF/wtf/CMakeLists.txt:
* Source/WTF/wtf/StackPointer.cpp:
* Source/WTF/wtf/win/AsmStubsMSVC64.asm: Removed.

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



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


More information about the webkit-changes mailing list