Closed
Bug 1801307
Opened 3 years ago
Closed 3 years ago
JS1K demo (https://js1k.com/2013-spring/demo/1390 ) is slower with wpf-gpu
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
109 Branch
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: mayankleoboy1, Assigned: lsalzman)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Enable wpf-gpu
Go to https://js1k.com/2013-spring/demo/1390
d2d-Canvas: https://share.firefox.dev/3AqerFH
gpu-canvas: https://share.firefox.dev/3GoXLSM
wpf-gpu: https://share.firefox.dev/3Enj44i
| Reporter | ||
Updated•3 years ago
|
Blocks: gpu-canvas
| Reporter | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Severity: -- → S4
Flags: needinfo?(lsalzman)
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(lsalzman)
| Assignee | ||
Comment 2•3 years ago
|
||
This modifies AddInterval in wpf-gpu-raster to try to remember the last interval
it searched for so that it doesn't have to search the entire interval list for
every interval added. This should take us down from O(n^2) to closer to O(n) for
this phase of rasterization.
Updated•3 years ago
|
Assignee: nobody → lsalzman
Status: NEW → ASSIGNED
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89666af4ddbc
Remember last interval to speed up insertion search. r=jrmuizel
Comment 4•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
| Reporter | ||
Comment 5•3 years ago
|
||
Profile: https://share.firefox.dev/3uofdj1
| Reporter | ||
Comment 6•3 years ago
|
||
Profile: https://share.firefox.dev/3P9r8ej
You need to log in
before you can comment on or make changes to this bug.
Description
•