RESOLVED FIXED314223
TypedArray sort shouldn't use galloping merge
https://bugs.webkit.org/show_bug.cgi?id=314223
Summary TypedArray sort shouldn't use galloping merge
Shu-yu Guo
Reported 2026-05-06 12:22:38 PDT
rdar://176291674 Galloping merge adds a lot of code size, and TypedArray sort isn't performance sensitive. Use simple sort instead for TypedArrays.
Attachments
Shu-yu Guo
Comment 1 2026-05-06 13:53:11 PDT
EWS
Comment 2 2026-05-07 09:30:53 PDT
Committed 312803@main (10ba9a046aec): <https://commits.webkit.org/312803@main> Reviewed commits have been landed. Closing PR #64388 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.