[webkit-changes] [WebKit/WebKit] f0f17a: [Win] Enable UNIFIED_AND_FREEZABLE_CONFIG_RECORD
Ian
noreply at github.com
Mon Aug 5 22:19:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f0f17a7e056d8b93169187544432a702623e08ca
https://github.com/WebKit/WebKit/commit/f0f17a7e056d8b93169187544432a702623e08ca
Author: Ian Grunert <ian.grunert at gmail.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M Source/JavaScriptCore/jit/ExecutableAllocator.cpp
M Source/JavaScriptCore/llint/LowLevelInterpreter.asm
M Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
M Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
M Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
M Source/JavaScriptCore/llint/WebAssembly.asm
M Source/JavaScriptCore/runtime/InitializeThreading.cpp
M Source/JavaScriptCore/runtime/JSCConfig.cpp
M Source/JavaScriptCore/runtime/JSCConfig.h
M Source/JavaScriptCore/runtime/Options.cpp
M Source/WTF/wtf/PlatformEnable.h
M Source/WTF/wtf/WTFConfig.cpp
M Source/WTF/wtf/WTFConfig.h
M Source/bmalloc/bmalloc/BPlatform.h
M Source/bmalloc/bmalloc/Gigacage.cpp
M Source/bmalloc/bmalloc/GigacageConfig.h
M Source/bmalloc/bmalloc/mbmalloc.cpp
M Source/cmake/OptionsWin.cmake
Log Message:
-----------
[Win] Enable UNIFIED_AND_FREEZABLE_CONFIG_RECORD
https://bugs.webkit.org/show_bug.cgi?id=275859
Reviewed by Yusuke Suzuki.
Freezing hasn't been implemented, but after this change we can remove
the X86_64_WIN backend from offlineasm.
This also fixes wasm on Windows, which was broken by
e41732697b999464e80dc3fe1c95900c6c438888
* Source/JavaScriptCore/jit/ExecutableAllocator.cpp:
(JSC::initializeJITPageReservation):
* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:
* Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter64.asm:
* Source/JavaScriptCore/llint/WebAssembly.asm:
* Source/JavaScriptCore/runtime/InitializeThreading.cpp:
(JSC::initialize):
* Source/JavaScriptCore/runtime/JSCConfig.cpp:
* Source/JavaScriptCore/runtime/JSCConfig.h:
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::Options::notifyOptionsChanged):
* Source/WTF/wtf/PlatformEnable.h:
* Source/WTF/wtf/WTFConfig.cpp:
(WTF::setPermissionsOfConfigPage):
(WTF::Config::permanentlyFreeze):
* Source/WTF/wtf/WTFConfig.h:
(WTF::setPermissionsOfConfigPage): Deleted.
* Source/bmalloc/bmalloc/BPlatform.h:
* Source/bmalloc/bmalloc/Gigacage.cpp:
(Gigacage::ensureGigacage):
* Source/bmalloc/bmalloc/GigacageConfig.h:
* Source/bmalloc/bmalloc/mbmalloc.cpp:
* Source/cmake/OptionsWin.cmake:
Canonical link: https://commits.webkit.org/281876@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