Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c626511d8b6718953125671998e813c871e40d7c
https://github.com/WebKit/WebKit/commit/c626511d8b6718953125671998e813c871e40d7c
Author: Sosuke Suzuki <[email protected]>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M Source/JavaScriptCore/runtime/JSArray.cpp
Log Message:
-----------
[JSC] Use `sizeof(double)` instead of `sizeof(JSValue)` in memory operation
for `ArrayWithDouble`
https://bugs.webkit.org/show_bug.cgi?id=294491
Reviewed by Keith Miller.
This patch changes memory operations for `ArrayWithDouble` to use
`sizeof(double)` instead of `sizeof(JSValue)`.
Since `double` and `JSValue` have the same size, this change does not
affect program behavior. This is a refactoring to clarify code's intent.
Canonical link: https://commits.webkit.org/296255@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