Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 46c2731264f0dad1744e65916adfc772f81c0ae3
https://github.com/WebKit/WebKit/commit/46c2731264f0dad1744e65916adfc772f81c0ae3
Author: Yusuke Suzuki <[email protected]>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
A JSTests/stress/ftl-materialize-new-array-buffer.js
M Source/JavaScriptCore/ftl/FTLOperations.cpp
Log Message:
-----------
[JSC] Remove stale assertion about OpCall for PhantomNewArrayBuffer
https://bugs.webkit.org/show_bug.cgi?id=260302
rdar://113948896
Reviewed by Keith Miller and Justin Michaud.
This assertion is wrong since this bytecode can be op_tail_call etc.
And this assertion offers nothing: we are not doing anything relying on this
assertion's condition. So it is just stale. This patch removes it.
* JSTests/stress/ftl-materialize-new-array-buffer.js: Added.
* Source/JavaScriptCore/ftl/FTLOperations.cpp:
(JSC::FTL::JSC_DEFINE_JIT_OPERATION):
Canonical link: https://commits.webkit.org/266964@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes