Bug 263490 - [JSC] Add Array.from(Array) fast path
Summary: [JSC] Add Array.from(Array) fast path
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-20 19:24 PDT by Yusuke Suzuki
Modified: 2023-12-07 08:43 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2023-10-20 19:24:55 PDT
...
Comment 1 Radar WebKit Bug Importer 2023-10-20 19:25:14 PDT
<rdar://problem/117290480>
Comment 2 Yusuke Suzuki 2023-10-20 19:27:08 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19385
Comment 3 EWS 2023-10-23 19:32:27 PDT
Committed 269690@main (29e5f281e327): <https://commits.webkit.org/269690@main>

Reviewed commits have been landed. Closing PR #19385 and removing active labels.
Comment 4 Brent Fulgham 2023-12-07 08:43:40 PST
Note that this change introduced web-visible behavior regressions. Those were fixed in Bug 264853.