Closed
Bug 1232641
Opened 9 years ago
Closed 7 years ago
We need to tag more functions for pseudo stack. 33% of e10s janks happening in non-tagged functions.
Categories
(Firefox :: General, defect, P5)
Firefox
General
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: gkrizsanits, Unassigned)
References
Details
See bug 1182637 comment 17. In a significant amount of janks (33% without e10s it was 18%) the only info we have about the stack is: Startup::XRE_Main
To understand what causing the janks we need to do a better job with pseudo stacks.
Reporter | ||
Updated•9 years ago
|
Blocks: 1182637
tracking-e10s:
--- → ?
Comment 1•9 years ago
|
||
Jim, were we looking at not using pseudo stacks for this?
Flags: needinfo?(nchen)
Comment 2•9 years ago
|
||
I think pseudostack is still the best option for now. We had to disable native stacks because of work being done on breakpad.
Flags: needinfo?(nchen)
Updated•9 years ago
|
Updated•9 years ago
|
Blocks: e10s-measurement
Updated•9 years ago
|
Blocks: e10s-responsiveness
Updated•9 years ago
|
Priority: -- → P5
Comment 3•7 years ago
|
||
bug 1312883 and bug 1346415 are all about the transition to native stacks to avoid precisely this problem.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•