RESOLVED FIXED291777
Small optimization of StringBuilder::toString()
https://bugs.webkit.org/show_bug.cgi?id=291777
Summary Small optimization of StringBuilder::toString()
Chris Dumez
Reported 2025-04-18 15:49:43 PDT
Small optimization of StringBuilder::toString(): - Update StringBuilder::toString() to return a const reference to avoid ref-counting churn - Add a StringBuilder::toNSString() to avoid people using `toString().createNSString()`
Attachments
Chris Dumez
Comment 1 2025-04-18 16:03:44 PDT
Radar WebKit Bug Importer
Comment 2 2025-04-25 15:52:01 PDT
EWS
Comment 3 2025-04-29 09:52:17 PDT
Committed 294279@main (69caf04f9d07): <https://commits.webkit.org/294279@main> Reviewed commits have been landed. Closing PR #44278 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.