[Webkit-unassigned] [Bug 66904] Caching Parsed results (CSSRuleSet) for CSS files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 25 04:54:34 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66904





--- Comment #2 from Antti Koivisto <koivisto at iki.fi>  2011-08-25 04:54:34 PST ---
While the idea of caching parsed stylesheets is right this patch can't work correctly. CSSRules have a parent, they can't be shared between different stylesheets or document.

Parsed stylesheets eat significant amount of memory, any patch of this nature has to implement memory management for them too (computing decodedSize, purging).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list