[Webkit-unassigned] [Bug 143490] New: optimize content extension interpreting
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 7 11:39:20 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143490
Bug ID: 143490
Summary: optimize content extension interpreting
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: achristensen at apple.com
There are some simple optimizations that make things a lot faster:
Not interpreting data urls. These can be many kilobytes of base64 encoded things like images.
When jumping to the DFA root, don't re-add all the actions. We handle the actions from the root in special optimized ways, anyway.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150407/a66f57ef/attachment-0001.html>
More information about the webkit-unassigned
mailing list