RESOLVED FIXED301078
[JSC] Avoid using `MarkedArgumentBuffer` in `createTuple`
https://bugs.webkit.org/show_bug.cgi?id=301078
Summary [JSC] Avoid using `MarkedArgumentBuffer` in `createTuple`
Sosuke Suzuki
Reported 2025-10-20 02:07:17 PDT
createTupel creates an array from two JSValues. It has a fixed length so there is no need to use a MarkedArgumentBuffer. This patch changes to avoid using `MarkedArgumentBuffer` in `createTuple`.
Attachments
Sosuke Suzuki
Comment 1 2025-10-20 02:08:33 PDT
EWS
Comment 2 2025-10-23 18:12:47 PDT
Committed 302067@main (7e9dff0fcda4): <https://commits.webkit.org/302067@main> Reviewed commits have been landed. Closing PR #52646 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-10-23 18:13:14 PDT
Note You need to log in before you can comment on or make changes to this bug.