Closed
Bug 771118
Opened 13 years ago
Closed 10 months ago
IonMonkey: integrate with script PC counters
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bhackett1024, Unassigned)
References
Details
(Whiteboard: [ion:t])
Scripts can have associated counters measure JIT activity, stub call count, and type information at a per-PC granularity, and which can be updated by JM-compiled code. These counters are a handy way to get fine grained performance info, see what optimizations are being applied and quickly identify perf faults. This info can be accessed in the browser, https://addons.mozilla.org/addon/jit-inspector/.
It would be good if IM also updated these counters and used this infrastructure, a bit trickier to do than JM due to SSA transformations, but if counters metadata can be attached to MIR nodes and accessed during codegen then this shouldn't be too hard.
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Reporter | ||
Updated•13 years ago
|
Updated•13 years ago
|
Assignee: general → nicolas.b.pierron
Status: NEW → ASSIGNED
![]() |
||
Updated•13 years ago
|
Whiteboard: [ion:t]
Updated•11 years ago
|
Assignee: nicolas.b.pierron → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
Updated•10 months ago
|
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•