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 Framework | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |