[webkit-changes] [WebKit/WebKit] 924586: Continue cleaning up compiler configurations

Yusuke Suzuki noreply at github.com
Tue May 21 02:17:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 924586597e706124d512961ccd9083a8736ad985
      https://github.com/WebKit/WebKit/commit/924586597e706124d512961ccd9083a8736ad985
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-05-21 (Tue, 21 May 2024)

  Changed paths:
    M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
    M Source/JavaScriptCore/Sources.txt
    M Source/JavaScriptCore/assembler/ARM64Assembler.h
    M Source/JavaScriptCore/assembler/MacroAssemblerARM64.cpp
    M Source/JavaScriptCore/assembler/MacroAssemblerARMv7.cpp
    M Source/JavaScriptCore/bytecode/CodeBlock.h
    M Source/JavaScriptCore/heap/GCMemoryOperations.h
    M Source/JavaScriptCore/jit/CCallHelpers.h
    M Source/JavaScriptCore/jit/JITOperations.cpp
    M Source/JavaScriptCore/runtime/ArrayConventions.cpp
    R Source/JavaScriptCore/runtime/EnsureStillAliveHere.cpp
    M Source/JavaScriptCore/runtime/EnsureStillAliveHere.h
    M Source/JavaScriptCore/runtime/ExceptionScope.h
    M Source/JavaScriptCore/runtime/ISO8601.h
    M Source/JavaScriptCore/runtime/JSBigInt.cpp
    M Source/JavaScriptCore/runtime/TZoneInit.cpp
    M Source/WTF/wtf/Assertions.h
    M Source/WTF/wtf/Compiler.h
    M Source/WTF/wtf/CurrentTime.cpp
    M Source/WTF/wtf/InlineASM.h
    M Source/WTF/wtf/win/ThreadingWin.cpp
    M Source/WebCore/platform/graphics/FormatConverter.cpp

  Log Message:
  -----------
  Continue cleaning up compiler configurations
https://bugs.webkit.org/show_bug.cgi?id=274438
rdar://128441724

Reviewed by Ross Kirsling.

This patch further simplifies compiler configurations.

1. Drop MINGW, nobody is supporting it.
2. Remove MSVC hacks further.
3. Remove most of COMPILER(GCC_COMPATIBLE) in JavaScriptCore.
4. Fix CodeBlock's static_assert, which was not effective before.

* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/Sources.txt:
* Source/JavaScriptCore/assembler/ARM64Assembler.h:
* Source/JavaScriptCore/assembler/MacroAssemblerARM64.cpp:
* Source/JavaScriptCore/assembler/MacroAssemblerARMv7.cpp:
* Source/JavaScriptCore/bytecode/CodeBlock.h:
* Source/JavaScriptCore/heap/GCMemoryOperations.h:
(JSC::gcSafeMemcpy):
(JSC::gcSafeMemmove):
(JSC::gcSafeZeroMemory):
* Source/JavaScriptCore/jit/CCallHelpers.h:
(JSC::CCallHelpers::marshallArgumentRegister):
* Source/JavaScriptCore/jit/JITOperations.cpp:
(JSC::JSC_DEFINE_NOEXCEPT_JIT_OPERATION):
* Source/JavaScriptCore/runtime/ArrayConventions.cpp:
(JSC::clearArrayMemset):
* Source/JavaScriptCore/runtime/EnsureStillAliveHere.cpp: Removed.
* Source/JavaScriptCore/runtime/EnsureStillAliveHere.h:
* Source/JavaScriptCore/runtime/ExceptionScope.h:
* Source/JavaScriptCore/runtime/ISO8601.h:
* Source/JavaScriptCore/runtime/JSBigInt.cpp:
(JSC::JSBigInt::digitDiv):
* Source/WTF/wtf/Assertions.h:
* Source/WTF/wtf/Compiler.h:
* Source/WTF/wtf/CurrentTime.cpp:
(WTF::highResUpTime):
* Source/WTF/wtf/InlineASM.h:
* Source/WTF/wtf/win/ThreadingWin.cpp:
(WTF::Thread::initializeCurrentThreadInternal):
* Source/WebCore/platform/graphics/FormatConverter.cpp:
(WebCore::FormatConverter::convert):

Canonical link: https://commits.webkit.org/279051@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