[Webkit-unassigned] [Bug 242624] New: Optimize AtomStringImpl::remove by skipping unnecessary string equality checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 11 17:55:41 PDT 2022


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

            Bug ID: 242624
           Summary: Optimize AtomStringImpl::remove by skipping
                    unnecessary string equality checks
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: darin at apple.com

Noticed that when AtomStringImpl removes a string from the atom string table, it does an equality check on the string instead of doing a pointer comparison. Easy to fix.

-- 
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/20220712/4b4fe6ad/attachment.htm>


More information about the webkit-unassigned mailing list