[Webkit-unassigned] [Bug 243148] TypedArray speciesConstruct should do the same thing to Array's species constructor optimization in C++
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 23 22:26:25 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=243148
--- Comment #4 from Yusuke Suzuki <ysuzuki at apple.com> ---
TypedArray's speciesConstructor is always getting "constructor" from the object, that's bad.
We should have a watchpoint for species constructor invalidation for TypedArray, and let's skip this completely, as we are doing it in Array species constructor.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220724/f72eb709/attachment-0001.htm>
More information about the webkit-unassigned
mailing list