[Webkit-unassigned] [Bug 154355] Resolve style iteratively

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 18:00:13 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154355

--- Comment #15 from Antti Koivisto <koivisto at iki.fi> ---
(In reply to comment #12)
> How does perf compare with the old code?

Traversal should be faster due to reduced function call overhead and use of stateful iterator. I don't think it makes any real difference though. Actually resolving the style is many orders of magnitude more costly than iteration. Hopefully this will allow better optimizations later.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160219/d1a89a7b/attachment.html>


More information about the webkit-unassigned mailing list