Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 53954b12876ef8c14f7a459f9e6e0f2c99ad6c1e
https://github.com/WebKit/WebKit/commit/53954b12876ef8c14f7a459f9e6e0f2c99ad6c1e
Author: Justin Michaud <[email protected]>
Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/JavaScriptCore/Sources.txt
M Source/JavaScriptCore/bytecode/ValueProfile.h
M Source/JavaScriptCore/llint/LLIntCommon.h
M Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h
M Source/JavaScriptCore/runtime/JSCJSValue.h
M Source/JavaScriptCore/runtime/JSCellInlines.h
A Source/JavaScriptCore/runtime/JSHeapDouble.cpp
A Source/JavaScriptCore/runtime/JSHeapDouble.h
A Source/JavaScriptCore/runtime/JSHeapInt32.cpp
A Source/JavaScriptCore/runtime/JSHeapInt32.h
M Source/JavaScriptCore/runtime/JSType.cpp
M Source/JavaScriptCore/runtime/JSType.h
M Source/JavaScriptCore/runtime/Options.cpp
M Source/JavaScriptCore/runtime/Options.h
M Source/WTF/wtf/PlatformUse.h
M Source/cmake/WebKitFeatures.cmake
Log Message:
-----------
[32-bit][32-bit JSValues] Add UsedCompressedHeap build option only.
https://bugs.webkit.org/show_bug.cgi?id=301595
Reviewed by Yusuke Suzuki.
This only adds a new useCompressedHeap build option, and JSInt32/JSDouble
files.
A follow-up patch will fill this in, but this change is mostly mechanical.
Canonical link: https://commits.webkit.org/302548@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications