Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b22f0a82b1ab5cf18054b3e733d5368bcf44c673
https://github.com/WebKit/WebKit/commit/b22f0a82b1ab5cf18054b3e733d5368bcf44c673
Author: Yusuke Suzuki <[email protected]>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
M Source/JavaScriptCore/heap/Heap.cpp
M Source/JavaScriptCore/heap/Heap.h
M Source/JavaScriptCore/runtime/DirectArguments.h
M Source/JavaScriptCore/runtime/JSLexicalEnvironment.h
M Source/JavaScriptCore/runtime/VM.h
M Source/JavaScriptCore/wasm/js/JSWebAssemblyArray.h
M Source/JavaScriptCore/wasm/js/JSWebAssemblyStruct.h
Log Message:
-----------
[JSC] Remove variableSizedCellSpace
https://bugs.webkit.org/show_bug.cgi?id=295830
rdar://155666556
Reviewed by Keith Miller.
Just merging this with cellSpace as both are just handling
non-destructible CompleteSubspaces.
* Source/JavaScriptCore/heap/Heap.cpp:
(JSC::Heap::Heap):
* Source/JavaScriptCore/heap/Heap.h:
* Source/JavaScriptCore/runtime/DirectArguments.h:
* Source/JavaScriptCore/runtime/JSLexicalEnvironment.h:
(JSC::JSLexicalEnvironment::subspaceFor):
* Source/JavaScriptCore/runtime/VM.h:
(JSC::VM::cellSpace):
(JSC::VM::variableSizedCellSpace): Deleted.
* Source/JavaScriptCore/wasm/js/JSWebAssemblyArray.h:
* Source/JavaScriptCore/wasm/js/JSWebAssemblyStruct.h:
Canonical link: https://commits.webkit.org/297309@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