Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bec8153fff118ccbb902cffb96110a5ffb93c154
https://github.com/WebKit/WebKit/commit/bec8153fff118ccbb902cffb96110a5ffb93c154
Author: Yusuke Suzuki <[email protected]>
Date: 2025-08-07 (Thu, 07 Aug 2025)
Changed paths:
M Source/JavaScriptCore/runtime/JSCell.h
M Source/JavaScriptCore/runtime/JSCellInlines.h
M Source/JavaScriptCore/runtime/JSObject.h
M Source/JavaScriptCore/runtime/Structure.h
M Source/JavaScriptCore/runtime/TypeInfoBlob.h
Log Message:
-----------
[JSC] Ensure JSCell blob is set with one store
https://bugs.webkit.org/show_bug.cgi?id=297023
rdar://157702861
Reviewed by Keith Miller.
This patch ensures that JSCell initialization is done efficiently via
two stores.
* Source/JavaScriptCore/runtime/JSCell.h:
* Source/JavaScriptCore/runtime/JSCellInlines.h:
(JSC::JSCell::JSCell):
* Source/JavaScriptCore/runtime/JSObject.h:
* Source/JavaScriptCore/runtime/Structure.h:
(JSC::Structure::typeInfoBlob const):
* Source/JavaScriptCore/runtime/TypeInfoBlob.h:
(JSC::TypeInfoBlob::typeInfoBlob):
(JSC::TypeInfoBlob::blob const):
Canonical link: https://commits.webkit.org/298359@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