[Webkit-unassigned] [Bug 190106] Style::determineChange() does a full RenderStyle compare when it needs !=

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 1 23:13:01 PDT 2018


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

--- Comment #1 from Antti Koivisto <koivisto at iki.fi> ---
> We should probably implement operator != for the common types, which early
> returns.

In case styles are equal operator!= is not usually very deep. It just compares a small set of pointers and bits for equality.

-- 
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/20181002/cc30e919/attachment-0001.html>


More information about the webkit-unassigned mailing list