RESOLVED CONFIGURATION CHANGED 118707
Improve performance of increasing HTMLSelectElement::length
https://bugs.webkit.org/show_bug.cgi?id=118707
Summary Improve performance of increasing HTMLSelectElement::length
Ryosuke Niwa
Reported 2013-07-15 21:18:58 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/c0f9edf107acd697011236dfe9855141b59e18a2 It was possible that a CSS ruleset made update of HTMLSelectElement::length O(N^2). This CL improve it to O(N) by AttachLazily. Before Blink r153385, fast/forms/select-max-length.html took 3.8s on my machine. After Blink r153385, it took 20s. After this CL, it will take 1.8s.
Attachments
Ahmad Saleem
Comment 1 2022-09-19 01:09:58 PDT
rnwia@webkit.org - I don't think we have "AttachLazily" and we removed it?
Ryosuke Niwa
Comment 2 2022-09-20 01:40:23 PDT
AttachLazily isn't a thing anymore.
Note You need to log in before you can comment on or make changes to this bug.