Closed
Bug 77949
Opened 24 years ago
Closed 23 years ago
PerFrameData structures should be pool-allocated
Categories
(Core :: Layout, defect, P4)
Core
Layout
Tracking
()
RESOLVED
WONTFIX
mozilla0.9.8
People
(Reporter: waterson, Assigned: waterson)
References
Details
(Keywords: perf)
Looks like PFD stuff is allocated from the heap. Since it's transient reflow
information, we should allocate it from one of layout's many pools.
Assignee | ||
Updated•24 years ago
|
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.2 → mozilla1.0
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.6
Updated•23 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Assignee | ||
Comment 1•23 years ago
|
||
Never mind. nsLineLayout maintains a small pool already. This wasn't showing up
on any profiles, so I'm going to mark this as WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Hrm. I thought I did see it on a profile at one point. But I could be wrong.
You need to log in
before you can comment on or make changes to this bug.
Description
•