Closed
Bug 1675804
Opened 5 years ago
Closed 5 years ago
Use tagged index in ScriptThingVector
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(5 files, 3 obsolete files)
Once bug 1675241 introduces index for ParserAtom, we can use replace variant in ScriptThingVector with tagged index.
| Assignee | ||
Comment 1•5 years ago
|
||
Depends on D96251
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D96252
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D96253
Updated•5 years ago
|
Attachment #9186350 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9186353 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9186351 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D96919
| Assignee | ||
Comment 5•5 years ago
|
||
Depends on D96920
| Assignee | ||
Comment 6•5 years ago
|
||
Depends on D96921
| Assignee | ||
Comment 7•5 years ago
|
||
Depends on D96922
| Assignee | ||
Comment 8•5 years ago
|
||
Depends on D96923
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/c41424cd6637
Part 1: Add TaggedScriptThingIndex. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/6417b88c22f9
Part 2: Add limitation to BigInt/ObjLiteral/RegExp/Scope/Function in stencil. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/16e8320e610d
Part 3: Add missing return. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/250867bf9a27
Part 4: Use TaggedScriptThingIndex in ScriptThingsVector. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/e0e7a57ef0d3
Part 5: Encode ScriptStencil.gcThings at once. r=tcampbell
Comment 10•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c41424cd6637
https://hg.mozilla.org/mozilla-central/rev/6417b88c22f9
https://hg.mozilla.org/mozilla-central/rev/16e8320e610d
https://hg.mozilla.org/mozilla-central/rev/250867bf9a27
https://hg.mozilla.org/mozilla-central/rev/e0e7a57ef0d3
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•