Closed
Bug 48150
Opened 25 years ago
Closed 25 years ago
nsXBLBinding should allocate its attribute maps from an arena
Categories
(Core :: XBL, defect, P4)
Core
XBL
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: waterson, Assigned: hyatt)
Details
(Keywords: perf, Whiteboard: [nsbeta3+])
Allocating attribute map entries accounts for a significant portion (e.g, ~5%)
of the time spent constructing content while scrolling in the mailnews window.
This could be enormously diminished by allocating these entries from a pool,
possibly owned by the containing nsDocument.
Comment 1•25 years ago
|
||
nsbeta3+, p4 for m18
Priority: P3 → P4
Whiteboard: [nsbeta3+]
Target Milestone: --- → M18
| Assignee | ||
Comment 2•25 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•