Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3f5a9c62f905215e7b35df486d0cff14b55f4ed7
      
https://github.com/WebKit/WebKit/commit/3f5a9c62f905215e7b35df486d0cff14b55f4ed7
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-10-16 (Thu, 16 Oct 2025)

  Changed paths:
    M Source/JavaScriptCore/assembler/JITOperationList.cpp
    M Source/JavaScriptCore/assembler/MacroAssemblerARM64.cpp
    M Source/JavaScriptCore/assembler/MacroAssemblerARMv7.cpp
    M Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.cpp
    M Source/JavaScriptCore/assembler/MacroAssemblerX86_64.cpp
    M Source/JavaScriptCore/assembler/SecureARM64EHashPinsInlines.h
    M Source/JavaScriptCore/b3/testb3_1.cpp
    M Source/JavaScriptCore/b3/testb3_3.cpp
    M Source/JavaScriptCore/interpreter/FrameTracers.h
    M Source/JavaScriptCore/jit/ThunkGenerators.cpp
    M Source/JavaScriptCore/jsc.cpp
    M Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
    M Source/JavaScriptCore/runtime/MathCommon.h
    M Source/WTF/wtf/Assertions.cpp
    M Source/WTF/wtf/Assertions.h
    M Source/WTF/wtf/Atomics.h
    M Source/WTF/wtf/MathExtras.h
    M Source/WTF/wtf/SaturatedArithmetic.h
    M Source/WTF/wtf/StackPointer.cpp
    M Source/WTF/wtf/text/StringCommon.h
    M Source/WTF/wtf/text/StringImpl.h
    M Source/WebCore/bindings/js/WebCoreJITOperations.cpp
    M 
Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp
    M Source/WebCore/testing/js/WebCoreTestSupport.cpp
    M Source/WebKit/Platform/ExtraPublicSymbolsForTAPI.h
    M Source/WebKit/Shared/API/Cocoa/WebKit.m
    M Source/WebKit/UIProcess/Cocoa/WebKitSwiftOverlayMacros.h
    M Source/WebKit/UIProcess/ios/forms/WKFocusedFormControlView.mm
    M Source/bmalloc/libpas/src/libpas/pas_utils.c

  Log Message:
  -----------
  [JSC] use __asm__ consistently
https://bugs.webkit.org/show_bug.cgi?id=300862
rdar://162746600

Reviewed by Yijia Huang.

This patch replaces `asm(` to `__asm__(` consistently since we found
that `asm(` is not available on C compilers (not C++), and becoming a
problem in module verifier. As they get replaced with `__asm__`, let's
make all of them `__asm__` for consistent code.

Tests: Source/JavaScriptCore/b3/testb3_1.cpp
       Source/JavaScriptCore/b3/testb3_3.cpp
* Source/JavaScriptCore/assembler/JITOperationList.cpp:
* Source/JavaScriptCore/assembler/MacroAssemblerARM64.cpp:
* Source/JavaScriptCore/assembler/MacroAssemblerARMv7.cpp:
* Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.cpp:
* Source/JavaScriptCore/assembler/MacroAssemblerX86_64.cpp:
* Source/JavaScriptCore/assembler/SecureARM64EHashPinsInlines.h:
(JSC::SecureARM64EHashPins::keyForCurrentThread):
* Source/JavaScriptCore/b3/testb3_1.cpp:
* Source/JavaScriptCore/b3/testb3_3.cpp:
(correctSqrt):
* Source/JavaScriptCore/interpreter/FrameTracers.h:
(JSC::assertStackPointerIsAligned):
* Source/JavaScriptCore/jit/ThunkGenerators.cpp:
* Source/JavaScriptCore/jsc.cpp:
* Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:
* Source/JavaScriptCore/runtime/MathCommon.h:
(JSC::Math::jsMaxDouble):
(JSC::Math::jsMinDouble):
* Source/WTF/wtf/Assertions.cpp:
(WTFCrashWithInfoImpl):
* Source/WTF/wtf/Assertions.h:
(WTFCrashWithInfo):
* Source/WTF/wtf/Atomics.h:
(WTF::Dependency::fence):
* Source/WTF/wtf/MathExtras.h:
(WTF::reverseBits32):
* Source/WTF/wtf/SaturatedArithmetic.h:
(WTF::saturatedSum<int32_t>):
(WTF::saturatedDifference<int32_t>):
* Source/WTF/wtf/StackPointer.cpp:
* Source/WTF/wtf/text/StringCommon.h:
(WTF::copyElements):
* Source/WTF/wtf/text/StringImpl.h:
(WTF::codePointCompare):
* Source/WebCore/bindings/js/WebCoreJITOperations.cpp:
* 
Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp:
* Source/WebCore/testing/js/WebCoreTestSupport.cpp:
* Source/WebKit/Platform/ExtraPublicSymbolsForTAPI.h:
* Source/WebKit/Shared/API/Cocoa/WebKit.m:
* Source/WebKit/UIProcess/Cocoa/WebKitSwiftOverlayMacros.h:
* Source/WebKit/UIProcess/ios/forms/WKFocusedFormControlView.mm:
* Source/bmalloc/libpas/src/libpas/pas_utils.c:
(pas_crash_with_info_impl1):
(pas_crash_with_info_impl2):
(pas_crash_with_info_impl3):
(pas_crash_with_info_impl4):
(pas_crash_with_info_impl5):
(pas_crash_with_info_impl6):
(pas_crash_with_info_impl):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to