Closed
Bug 1696085
Opened 4 years ago
Closed 4 years ago
Use js::EnumFlags for js::ObjLiteralFlags
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: tcampbell, Assigned: cOde.A4sh, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The js::ObjLiteralFlags
is part of the core Stencil representation and it is a bit problematic that the debug version of EnumSet is 16B and word-aligned. We should port this to the new js::EnumFlags
type.
Updated•4 years ago
|
Mentor: arai.unmht
Comment 1•4 years ago
|
||
Ashita: This might be interesting for you! Use SearchFox to find the various pieces and see if you can figure out how it will change :)
Updated•4 years ago
|
Assignee: nobody → cOde.A4sh
Status: NEW → ASSIGNED
Comment 3•4 years ago
|
||
for whoever checking the progress/activity here,
the discussion with assignee is ongoing in back channel.
Updated•4 years ago
|
Attachment #9218182 -
Attachment description: Bug 1696085: Used js::EnumFlags for js::ObjLiteralFlags r=arai → Bug 1696085: Use js::EnumFlags for js::ObjLiteralFlags r=arai
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/910c28c62792
Use js::EnumFlags for js::ObjLiteralFlags r=arai
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•