Closed
Bug 1485738
Opened 7 years ago
Closed 7 years ago
Add column numbers to the JIT Spew
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: denispal, Assigned: denispal)
Details
Attachments
(1 file)
The gecko profiler now emits column numbers for JS functions in the profile. We should add the same information in the JIT spew so that it's easier to match functions in minified scripts.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → dpalmeiro
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•7 years ago
|
||
It is currently quite difficult to debug minified scripts. The JitSpew and profiler used to display only line numbers, so all of the output would be emitted as "script:1". Column number information is now collected by the gecko profiler as of bug 785922. The JitSpew should also emit column numbers so that it's easy to line up with the profiler output.
Comment 2•7 years ago
|
||
Comment on attachment 9005218 [details]
Bug 1485738: Add column number information to the JitSpew
Matthew Gaudet (he/him) [:mgaudet] has approved the revision.
Attachment #9005218 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3f831b709e37
Add column number information to the JitSpew r=mgaudet
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9d438550d856
Add column number information to the JitSpew r=mgaudet
Comment 5•7 years ago
|
||
Relanded due to https://hg.mozilla.org/mozilla-central/rev/6c83f735355d being merged into inbound.
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•