Closed
Bug 454317
Opened 16 years ago
Closed 16 years ago
[FIX]Improve nsIContent::GetClasses performance
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
13.91 KB,
patch
|
smaug
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
No reason to make all callers pay the virtual method call up front when in the common case we can do the simple inline bit-check first.
Patch coming up.
![]() |
Assignee | |
Comment 1•16 years ago
|
||
Attachment #337571 -
Flags: superreview?(jst)
Attachment #337571 -
Flags: review?(Olli.Pettay)
Updated•16 years ago
|
Attachment #337571 -
Flags: review?(Olli.Pettay) → review+
Updated•16 years ago
|
Attachment #337571 -
Flags: superreview?(jst) → superreview+
![]() |
Assignee | |
Comment 2•16 years ago
|
||
Pushed changeset 41b807c273cf.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
QA Contact: content
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•