Closed
Bug 1798932
Opened 2 years ago
Closed 2 years ago
Assigning to fillStyle is slow on Proxx-Tables-Canvas benchmark
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: mstange, Assigned: emilio)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [sp3-proxx-tables-canvas])
Attachments
(1 file)
Profile: https://share.firefox.dev/3UhYed4
On this benchmark we spend a considerable time parsing colors.
https://grandprixbench.netlify.app/?suites=Proxx-Tables-Canvas
Comment 1•2 years ago
|
||
Looks like the slowdown is because of the allocations made by the parser to store the text being parsed in lower case for printing it out later during serialization.
Severity: -- → S3
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a0336433293d
Don't bother preserving authored colors for canvas. r=tlouw
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
Updated•2 years ago
|
Blocks: speedometer3
Updated•2 years ago
|
Whiteboard: [sp3:proxx-tables-canvas]
Updated•2 years ago
|
Whiteboard: [sp3:proxx-tables-canvas] → [sp3-proxx-tables-canvas]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-8
You need to log in
before you can comment on or make changes to this bug.
Description
•