Closed
Bug 1892577
Opened 1 year ago
Closed 1 year ago
JOF_MODEMASK bits are no longer needed for JS opcodes
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
127 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
Details
Attachments
(1 file)
With our changes to the VM in recent years, the use of JOF_MODEMASK bits has been eliminated. We can remove these flags from the opcode definition.
| Assignee | ||
Comment 1•1 year ago
|
||
These flags are no longer checked by SpiderMonkey and can be removed.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d911f59483d5
Remove JOF_MODEMASK bits from JS opcodes. r=jandem
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•