Closed
Bug 1866110
Opened 1 year ago
Closed 1 year ago
Update the source location before generating the code.
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
Attachments
(1 file)
Previously we were using location from the pervious bytecode
because we updated it after emitting the code.
Assignee | ||
Comment 1•1 year ago
|
||
Previously we were using location from the pervious bytecode
because we updated it after emitting the code.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa21a1918d5e
Update the source location before generating the code. r=iain
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•