Closed
Bug 1468426
Opened 6 years ago
Closed 6 years ago
Change LayerManagerData::mDisplayItems to a vector instead of hashtable
Categories
(Core :: Web Painting, enhancement)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: jnicol, Assigned: jnicol)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This should improve cache locality and help speed up layer building.
2.7% win on displaylist_mutate.
Assignee | ||
Comment 1•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e2cd6fa99c70c8bde5f2a64fed1579c3d3d77af0
https://treeherder.mozilla.org/perf.html#/compare?originalProject=mozilla-central&newProject=try&newRevision=e2cd6fa99c70c8bde5f2a64fed1579c3d3d77af0&framework=1&showOnlyImportant=1&selectedTimeRange=172800
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8985104 [details]
Bug 1468426 - Change LayerManagerData::mDisplayItems to a vector instead of hashtable.
https://reviewboard.mozilla.org/r/250822/#review257078
Attachment #8985104 -
Flags: review?(matt.woodrow) → review+
Comment hidden (mozreview-request) |
Pushed by jnicol@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b076959d6353
Change LayerManagerData::mDisplayItems to a vector instead of hashtable. r=mattwoodrow
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•