RESOLVED FIXED Bug 53581
Use Vector instead of a linked list for rules in CSSStyleSelector
https://bugs.webkit.org/show_bug.cgi?id=53581
Summary Use Vector instead of a linked list for rules in CSSStyleSelector
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.