Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9335dacba16b471d892c3d3b65c28bb2aba6040b
https://github.com/WebKit/WebKit/commit/9335dacba16b471d892c3d3b65c28bb2aba6040b
Author: Yusuke Suzuki <[email protected]>
Date: 2024-11-11 (Mon, 11 Nov 2024)
Changed paths:
M Source/JavaScriptCore/wasm/WasmOperationsInlines.h
Log Message:
-----------
Aborted in JSC::Wasm::arrayNew
https://bugs.webkit.org/show_bug.cgi?id=282809
rdar://139502462
Reviewed by Yijia Huang.
This assertion is stale. ConstExprGenerator's implementation does not
guarantee that underlying 64bit value is always strict (not having
garbage on the other unused bits). And this assertion was added without
considering this fact. Just removing this, and it is fine.
* Source/JavaScriptCore/wasm/WasmOperationsInlines.h:
(JSC::Wasm::fillArray):
(JSC::Wasm::arrayNew):
Canonical link: https://commits.webkit.org/286463@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