Bug 53581

Summary: Use Vector instead of a linked list for rules in CSSStyleSelector
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: peter
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch mjs: review+

Antti Koivisto
Reported 2011-02-02 01:50:04 PST
Eliminate CSSRuleDataList. Linked lists are slow and wasteful for non-dynamic data structures.
Attachments
patch (26.31 KB, patch)
2011-02-02 02:02 PST, Antti Koivisto
mjs: review+
Antti Koivisto
Comment 1 2011-02-02 02:02:39 PST
Maciej Stachowiak
Comment 2 2011-02-02 02:17:53 PST
Comment on attachment 80904 [details] patch r=me
Antti Koivisto
Comment 3 2011-02-02 07:01:30 PST
Note You need to log in before you can comment on or make changes to this bug.