[Webkit-unassigned] [Bug 200474] New: Add direct conversion from StringBuilder to NSString to avoid extra allocation/copies when passing StringBuilder results to Cocoa APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 6 11:46:39 PDT 2019


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

            Bug ID: 200474
           Summary: Add direct conversion from StringBuilder to NSString
                    to avoid extra allocation/copies when passing
                    StringBuilder results to Cocoa APIs
           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: sam at webkit.org

While working on https://bugs.webkit.org/show_bug.cgi?id=200471, it became clear we need a way to directly convert from StringBuilder to NSString to avoid extra allocation/copies when passing StringBuilder results to Cocoa APIs. In that case it was a Metal API, but others could benefit from this as well.

-- 
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/20190806/6d25a816/attachment.html>


More information about the webkit-unassigned mailing list