Bug 314223
| Summary: | TypedArray sort shouldn't use galloping merge | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shu-yu Guo <syg> |
| Component: | JavaScriptCore | Assignee: | Shu-yu Guo <syg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Shu-yu Guo
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
Pull request: https://github.com/WebKit/WebKit/pull/64388
EWS
Committed 312803@main (10ba9a046aec): <https://commits.webkit.org/312803@main>
Reviewed commits have been landed. Closing PR #64388 and removing active labels.