Closed Bug 1695364 Opened 4 years ago Closed 4 years ago

Remove AbstractBaseScopeData alignment restrictions

Categories

(Core :: JavaScript Engine, task, P2)

task

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.

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

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)
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: 88 Branch → ---

Thanks for feedback. Abandoning this approach.

Status: REOPENED → RESOLVED
Closed: 4 years ago4 years ago
Flags: needinfo?(tcampbell)
Resolution: --- → WONTFIX
Attachment #9205828 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: