Bug 301078
| Summary: | [JSC] Avoid using `MarkedArgumentBuffer` in `createTuple` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sosuke Suzuki <aosukeke> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sosuke Suzuki
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
Pull request: https://github.com/WebKit/WebKit/pull/52646
EWS
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
<rdar://problem/163305813>