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
314223
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
Add attachment
proposed patch, testcase, etc.
Shu-yu Guo
Comment 1
2026-05-06 13:53:11 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/64388
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.
Top of Page
Format For Printing
XML
Clone This Bug