RESOLVED CONFIGURATION CHANGED 111134
Avoid copying urls when possible as they can be huge
https://bugs.webkit.org/show_bug.cgi?id=111134
Summary Avoid copying urls when possible as they can be huge
Eric Seidel (no email)
Reported 2013-02-28 17:53:30 PST
Avoid copying urls when possible as they can be huge data:urls can be gigantic. Trying to use data:urls to perf-test the threaded parser was disaster. For example, in HTMLDocumentParser::startBackgroundParser() config->preloadScanner = adoptPtr(new TokenPreloadScanner(document()->url().copy()));
Attachments
Anne van Kesteren
Comment 1 2023-05-28 09:23:53 PDT
Can no longer find this code.
Note You need to log in before you can comment on or make changes to this bug.