Closed
Bug 1695088
Opened 4 years ago
Closed 4 years ago
Move slotInfo.length into AbstractBaseScopeData, and add helper function to get trailingNames offset
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Also reorder pointer fields in RuntimeData, to avoid extra padding.
Assignee | ||
Comment 2•4 years ago
|
||
Instead of using trailingNames field, store the names after ScopeData.
Depends on D106600
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/8d4ec0899251
Part 1: Move SlotInfo.length into AbstractBaseScopeData. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/01efeeb261e8
Part 2: Remove ScopeData::trailingNames field. r=tcampbell
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8d4ec0899251
https://hg.mozilla.org/mozilla-central/rev/01efeeb261e8
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•