[Webkit-unassigned] [Bug 200034] New: Replace inefficient idiom of StringBuilder::append(makeString(...)) with StringBuilder::flexibleAppend(...) to avoid unnecessary allocations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 23 09:30:56 PDT 2019


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

            Bug ID: 200034
           Summary: Replace inefficient idiom of
                    StringBuilder::append(makeString(...)) with
                    StringBuilder::flexibleAppend(...) to avoid
                    unnecessary allocations
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

Now that we have StringBuilder::flexibleAppend(), we should replace the inefficient use of StringBuilder::append(makeString(...)) to avoid the unneeded string allocation.

-- 
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/20190723/1d11c79a/attachment.html>


More information about the webkit-unassigned mailing list