Closed
Bug 1374375
Opened 7 years ago
Closed 7 years ago
JS profiles do not get a pseudo stack in the beginning of a speedometer run
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1393046
Performance Impact | low |
People
(Reporter: ehsan.akhgari, Unassigned)
References
(Blocks 2 open bugs)
Details
See this profile http://bit.ly/2sKyVHK (for which I filed bug 1374014). I tried to profile this a bunch of times both running subtests of Speedometer and the entire suite. This expensive regex parsing happens in the beginning every time (IIRC you had to reload the page for it to show up) but we never get a pseudostack for the JS code corresponding to it.)
Comment 1•7 years ago
|
||
I see "RegExpBuiltinExec self-hosted:4677" on the stack. Is that not the JS frame that you want?
Comment 2•7 years ago
|
||
The patch in bug 1393046 may have fixed this for real.
Comment 3•7 years ago
|
||
Ehsan please verify if this is fixed as per #2
Flags: needinfo?(ehsan)
Priority: -- → P3
Whiteboard: [qf:p3]
Reporter | ||
Comment 4•7 years ago
|
||
Yes, looks fixed: https://perfht.ml/2kCVonc
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(ehsan)
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Performance Impact: --- → P3
Whiteboard: [qf:p3]
You need to log in
before you can comment on or make changes to this bug.
Description
•