Closed Bug 1916447 Opened 1 year ago Closed 8 months ago

Consider passing mir_op: true by default when generating lir ops from mir ops.

Categories

(Core :: JavaScript Engine: JIT, enhancement, P2)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1950087

People

(Reporter: debadree333, Unassigned)

References

(Blocks 1 open bug)

Details

Need to explore whether this might cause any problem!

Severity: -- → N/A
Type: task → enhancement
Priority: -- → P2

My intuition is that this should be fine in the case where we are generating the LIR op from the MIR op. IIRC, the reason we don't do this for every LIR op is that there are cases (especially where one MIR op can lower to several different LIR ops) where we don't trivially know the name of the corresponding MIR op. That shouldn't be a problem here.

Yeah I fixed this in bug 1950087 but forgot to close this one.

Status: NEW → RESOLVED
Closed: 8 months ago
Duplicate of bug: 1950087
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.