Closed
Bug 861069
Opened 13 years ago
Closed 3 years ago
Baseline JIT landing has almost completely broken JIT Inspector
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: kael, Unassigned)
Details
The JIT Inspector addon (https://addons.mozilla.org/en-US/firefox/addon/jit-inspector/?src=api) has historically been extremely useful for understanding JS performance in Firefox and it exposes lots of useful data.
As of Firefox 23 (nightly), almost every part of JIT Inspector seems to have broken. Most of the views now show nothing instead of showing the variety of data they used to show. For example, monomorphic vs polymorphic values, stub calls, etc don't seem to consistently show up in the gathered data anymore.
It seems like the problem is that baseline jitted code is not generating this information, but I can't be sure.
I understand if the JIT Inspector addon is unsupported or otherwise impossible to maintain, but it is unfortunate to lose it. Much of the data it provides is unavailable in any other form so this makes it much harder to understand and troubleshoot performance issues.
If JIT Inspector is broken for good by Baseline, it should probably be marked as incompatible with Firefox 23 and up.
| Assignee | ||
Updated•12 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•