Closed
Bug 1657022
Opened 7 months ago
Closed 6 months ago
Add lineno and column number for each JSOp to JSON output.
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: caroline, Assigned: caroline)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Using SrcNotes, spew the lineno and column number for each of JSOp. Doing this will make it easier for the CacheIRReport user to easily find the corresponding place for each JSOp in the source code.
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
Depends on D87656
Pushed by ccullen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1158b10ead5a Spew lineno and column of JSOps. r=iain https://hg.mozilla.org/integration/autoland/rev/390e5820f933 Only spew JSOps that have ICs. r=iain
Comment 4•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1158b10ead5a
https://hg.mozilla.org/mozilla-central/rev/390e5820f933
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•