Closed
Bug 1353811
Opened 9 years ago
Closed 9 years ago
nsAttrValue::ParseAtom could use faster NS_AtomizeMainThread
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
RESOLVED
INVALID
People
(Reporter: smaug, Assigned: smaug)
References
Details
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
But based on testing this doesn't seem to catch too many cases. perhaps only 50% is using the cached value.
| Assignee | ||
Comment 2•9 years ago
|
||
No, this doesn't seem to help. We just miss the cache all the time.
Should we store attribute values more often as strings?
Tweaking http://searchfox.org/mozilla-central/rev/381a7b8f8a78b481336cfa384cb0a5536e217e4a/dom/base/nsAttrValue.h#47 might be useful.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•