Bug 200474

Summary: Add direct conversion from StringBuilder to NSString to avoid extra allocation/copies when passing StringBuilder results to Cocoa APIs
Product: WebKit Reporter: Sam Weinig <sam>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=200471

Sam Weinig
Reported 2019-08-06 11:46:39 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.