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)
Core
JavaScript Engine: JIT
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!
Updated•1 year ago
|
Severity: -- → N/A
Type: task → enhancement
Priority: -- → P2
Comment 1•1 year ago
|
||
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.
Comment 2•8 months ago
|
||
(Partially) Fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1950087#c6 ?
Comment 3•8 months ago
|
||
Yeah I fixed this in bug 1950087 but forgot to close this one.
You need to log in
before you can comment on or make changes to this bug.
Description
•