Closed
Bug 1949770
Opened 1 year ago
Closed 1 year ago
Remove unreachable code for Int64/IntPtr when LAllocation is ARGUMENT_SLOT in CodeGeneratorShared::encodeAllocation
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Also change MOZ_ASSERT to MOZ_CRASH for unsupported allocations to match
how the other case blocks handle unsupported allocations.
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4b3476822dec
Remove unreachable code to encode argument-allocation for Int64/IntPtr. r=iain
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•