Closed
Bug 1605087
Opened 6 years ago
Closed 6 years ago
Add MIR instruction name to failure message in emitAssertGCThingResult
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
I've recently lost some time figuring out which MIR instruction had an inconsistent type-set, because emitAssertGCThingResult
doesn't print the name of the faulty instruction.
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Priority: -- → P2
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55b2e2ac9503
Include MIR instruction name in emitAssertGCThingResult. r=jandem
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•