RESOLVED FIXED252451
Optimize use of consumeHTMLEntity() in HTMLFastPathParser::scanHTMLCharacterReference()
https://bugs.webkit.org/show_bug.cgi?id=252451
Summary Optimize use of consumeHTMLEntity() in HTMLFastPathParser::scanHTMLCharacterR...
Chris Dumez
Reported 2023-02-16 20:13:31 PST
Optimize use of consumeHTMLEntity() in HTMLFastPathParser::scanHTMLCharacterReference() so that it appends directly to its Vector<UChar> instead of going via a StringBuilder.
Attachments
Chris Dumez
Comment 1 2023-02-16 20:17:00 PST
EWS
Comment 2 2023-02-16 22:42:01 PST
Committed 260426@main (a525a1c4c0bb): <https://commits.webkit.org/260426@main> Reviewed commits have been landed. Closing PR #10248 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-02-16 22:43:19 PST
Note You need to log in before you can comment on or make changes to this bug.