RESOLVED FIXED 215617
Make some small improvements involving sorting
https://bugs.webkit.org/show_bug.cgi?id=215617
Summary Make some small improvements involving sorting
Darin Adler
Reported 2020-08-18 11:47:26 PDT
Make some small improvements involving sorting
Attachments
Patch (6.78 KB, patch)
2020-08-18 11:51 PDT, Darin Adler
andersca: review+
Darin Adler
Comment 1 2020-08-18 11:51:20 PDT
Darin Adler
Comment 2 2020-08-18 13:02:35 PDT
Comment on attachment 406797 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=406797&action=review > Source/WebCore/page/PerformanceObserver.cpp:94 > + if (oldEnd != end) { Just realized I don’t think this if statement is needed. I think both algorithms below are super-efficient when the ranges are empty.
Darin Adler
Comment 3 2020-08-22 09:13:17 PDT
Radar WebKit Bug Importer
Comment 4 2020-08-22 09:14:13 PDT
Note You need to log in before you can comment on or make changes to this bug.