Closed
Bug 1684673
Opened 5 years ago
Closed 5 years ago
Some minor tweaks to class attribute handling.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Empty class attributes are uncommon.
Assignee | ||
Comment 2•5 years ago
|
||
These are never empty, and storing 4 elements inline seems worth it
given we also heap-allocate the array itself.
Depends on D100592
Assignee | ||
Comment 3•5 years ago
|
||
This shaves >50ms if the compiler decides not to inline it, compilers are
sometimes dumb.
Depends on D100593
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0a114ac95a42
Reorder some conditions when handling class/part attributes. r=xidorn
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87dc45811678
Inline nsTArray::deref. r=xidorn
Comment 6•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a41340d05455
Use an AutoTArray for atom arrays in attributes (class / part). r=smaug
Comment 8•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•