Closed
Bug 1691014
Opened 4 years ago
Closed 4 years ago
Remove WellKnownParserAtoms::lookupTiny
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
There's only one consumer, and it knows length and static const string content.
it's better inlining.
Assignee | ||
Updated•4 years ago
|
Summary: Remove WellKnownParserAtoms::lookupTimy → Remove WellKnownParserAtoms::lookupTiny
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D104441
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D104442
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/afb2af6a0f30
Part 1: Remove WellKnownParserAtoms::lookupTiny. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/36a3a1c8e07c
Part 2: Remove unneessary parameter from WellKnownParserAtoms_ROM::init. r=tcampbell
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/afb2af6a0f30
https://hg.mozilla.org/mozilla-central/rev/36a3a1c8e07c
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•