Closed
Bug 1667697
Opened 5 years ago
Closed 5 years ago
XDRParserAtoms should not transcode tiny or well-known atoms
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
83 Branch
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: tcampbell, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In the XDRParserAtoms we should avoid using the XDRState::parserAtomMap() for tiny or well-known atoms since this is wasteful (both in processing time for the hashmap, and in xdrbuffer size for the extra transcoding entries).
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/77ab3add2240
Do not transcode well-known parser atoms and short atoms. r=djvj,tcampbell
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•