Open
Bug 1345688
Opened 8 years ago
Updated 2 years ago
stylo: align binary representations of computed keyword values and eliminate the match statements
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: bholley, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
We have a bunch of match statements right now that we can probably get rid of. They aren't showing up in the profiles I've looked at so far, so we may be able to ship without this. Getting it on file in any case.
Reporter | ||
Updated•8 years ago
|
Priority: -- → P4
Comment 1•7 years ago
|
||
status-firefox57=wontfix unless someone thinks this bug should block 57
status-firefox57:
--- → wontfix
Updated•7 years ago
|
status-firefox58:
--- → fix-optional
Priority: P4 → P3
Updated•7 years ago
|
Assignee: nobody → cam
Status: NEW → ASSIGNED
Comment 2•7 years ago
|
||
I have a patch that converts most keyword glue function match statements into assertions and assignments, but it only saves around 25 KiB in libxul.
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
status-firefox59:
--- → ?
Comment 5•4 years ago
|
||
Still would be nice to do this.
Assignee: cam → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•