Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 55b6ad8e19b4a23385644069cb4104eb6094c78b
https://github.com/WebKit/WebKit/commit/55b6ad8e19b4a23385644069cb4104eb6094c78b
Author: Marcus Plutowski <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
R Source/JavaScriptCore/assembler/FastJITPermissions.h
M Source/JavaScriptCore/assembler/SecureARM64EHashPins.cpp
M Source/JavaScriptCore/jit/ExecutableAllocator.h
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/CMakeLists.txt
A Source/WTF/wtf/FastJITPermissions.h
M Source/WTF/wtf/PlatformHave.h
M Source/WTF/wtf/PlatformUse.h
Log Message:
-----------
Move FastJITPermissions.h to WTF library
https://bugs.webkit.org/show_bug.cgi?id=307703
rdar://170256127
Reviewed by Yusuke Suzuki.
This was previously only accessible in JavaScriptCore,
but because certain functionality (e.g. thread startup) is managed by
WTF, in order to be able to take advantage of it there this file has to
be moved.
Canonical link: https://commits.webkit.org/307528@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications