Closed
Bug 1449393
Opened 8 years ago
Closed 8 years ago
Devirtualize some nsINode bits
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
6.12 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
There's some virtual stuff on nsINode that just doesnt't have to be. Removing just a few things saves ~7KB of vtables.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8962982 -
Flags: review?(continuation)
Updated•8 years ago
|
Attachment #8962982 -
Flags: review?(continuation) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1e5b7b85022f
Devirtualize some nsINode bits. r=mccr8
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•