Consider to disable column tracking when doing fragment parsing
Categories
(Core :: DOM: HTML Parser, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: smaug, Assigned: hsivonen)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/d436104fc6c31677b08a851796bead25153be699/parser/html/nsHtml5TokenizerHSupplement.h#13 shows up in the performance profiles quite a bit these days when doing innerHTML parsing.
Updated•1 year ago
|
Reporter | ||
Comment 1•1 year ago
|
||
https://treeherder.mozilla.org/perfherder/comparesubtest?originalProject=try&newProject=try&newRevision=88029ff6eb371c739224c98748b1d6ff1c178e48&originalSignature=4586009&newSignature=4586009&framework=13&application=firefox&originalRevision=e32000ca073e5f7b3e9b5e184feab19fb1c6fe40&page=1&showOnlyConfident=1 shows significant improvements in innerHTML heavy jQuery and ES6 tests, both improving over 2%.
Need to figure out when and how we can disable column tracking.
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
Turn off line and column for DOMParser as well:
https://treeherder.mozilla.org/jobs?repo=try&revision=f4eddde2213466a0a899846c98dd2d71ff603ca4
Assignee | ||
Comment 5•1 year ago
|
||
Assignee | ||
Comment 6•1 year ago
|
||
Comment 8•1 year ago
|
||
bugherder |
Description
•