Open
Bug 695313
Opened 13 years ago
Updated 4 years ago
Add telemetry probes for finding optimal extra space to reserve in the parser's accumulation buffers
Categories
(Core :: DOM: HTML Parser, defect, P5)
Core
DOM: HTML Parser
Tracking
()
NEW
People
(Reporter: hsivonen, Unassigned)
References
Details
After fixing bug 489820, it would make sense to find out what's the optimal amount of buffer space to allocate on top of the "worst case" size known at the time of allocation (i.e. how much space is going to be likely to be required soonish on top of the "worst case" dictated by the length of the input buffer at hand so that additional reallocations are unlikely before the accumulation buffer empties).
Comment 1•4 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•