[Webkit-unassigned] [Bug 239267] New: [JSC] Optimize ArrayPrototype.js::sort
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 12 17:33:55 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=239267
Bug ID: 239267
Summary: [JSC] Optimize ArrayPrototype.js::sort
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rmorisset at apple.com
It currently seems to be a fairly naive merge sort. Making it some kind of Timsort (https://en.wikipedia.org/wiki/Timsort) could be an easy perf win.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220413/d868a075/attachment.htm>
More information about the webkit-unassigned
mailing list