WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
301078
[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
Add attachment
proposed patch, testcase, etc.
Sosuke Suzuki
Comment 1
2025-10-20 02:08:33 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/52646
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
<
rdar://problem/163305813
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug