Closed
Bug 1512213
Opened 6 years ago
Closed 6 years ago
Use larger ArenaAllocator chunk size for display list building
Categories
(Core :: Web Painting, enhancement)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: mikokm, Assigned: mikokm)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Since display items are sized between 256 - 1024 bytes, the current 8192 byte chunk size used in nsPresArena is too small for full DL builds.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by mikokm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2cfb0caec309
Use larger ArenaAllocator chunk size for display list building r=mattwoodrow
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Regressions: 1541092
You need to log in
before you can comment on or make changes to this bug.
Description
•