Closed
Bug 1695364
Opened 4 years ago
Closed 4 years ago
Remove AbstractBaseScopeData alignment restrictions
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: tcampbell, Assigned: tcampbell)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
As stencil continues to redesign ScopeData types, it is simpler to reorder the fields of js::Scope to avoid the gc::Cell header restrictions limiting BaseScopeData.
Assignee | ||
Comment 1•4 years ago
|
||
Reorder fields so that AbstractBaseScopeData can be simplified.
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/587d8a869c38
Reorder fields of js::Scope to remove AbstractBaseScopeData alignment requirement. r=arai
Comment 3•4 years ago
|
||
It's like this because having a pointer to a cell of the same kind in the cell header is problematic for compacting GC. See bug 1645710 which led to the current arrangement.
Flags: needinfo?(tcampbell)
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Comment 5•4 years ago
|
||
Backed out as requested.
Backout link: https://hg.mozilla.org/integration/autoland/rev/416c30fb2f0b848185ed42c72bb70f93d4a2a688
Status: RESOLVED → REOPENED
status-firefox88:
fixed → ---
Resolution: FIXED → ---
Target Milestone: 88 Branch → ---
![]() |
||
Comment 6•4 years ago
|
||
Backout merged: https://hg.mozilla.org/mozilla-central/rev/416c30fb2f0b
Assignee | ||
Comment 7•4 years ago
|
||
Thanks for feedback. Abandoning this approach.
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
Flags: needinfo?(tcampbell)
Resolution: --- → WONTFIX
Updated•4 years ago
|
Attachment #9205828 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•