NEW 200474
Add direct conversion from StringBuilder to NSString to avoid extra allocation/copies when passing StringBuilder results to Cocoa APIs
https://bugs.webkit.org/show_bug.cgi?id=200474
Summary Add direct conversion from StringBuilder to NSString to avoid extra allocatio...
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.