Closed
Bug 1204169
Opened 9 years ago
Closed 9 years ago
Should always push SPS psuedo frame entries during GC
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
(Blocks 1 open bug)
Details
(Whiteboard: [devtools-platform])
Attachments
(1 file, 3 obsolete files)
2.52 KB,
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
Right now there are a few[0] places that push gc psuedo frames from various dom gc triggers, but we should just always push psuedo frames when gcing.
[0] https://dxr.mozilla.org/mozilla-central/search?q=js%3A%3AProfileEntry%3A%3ACategory%3A%3AGC&redirect=true&case=false&limit=87&offset=0
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8660283 -
Flags: review?(terrence)
Comment 2•9 years ago
|
||
Comment on attachment 8660283 [details] [diff] [review]
Push SPS psuedo frame entries when GCing
Review of attachment 8660283 [details] [diff] [review]:
-----------------------------------------------------------------
Actually, I think this belongs in AutoTraceSession.
Attachment #8660283 -
Flags: review?(terrence)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8660283 -
Attachment is obsolete: true
Attachment #8660885 -
Flags: review?(terrence)
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8660885 -
Attachment is obsolete: true
Attachment #8660885 -
Flags: review?(terrence)
Attachment #8660886 -
Flags: review?(terrence)
Comment 5•9 years ago
|
||
Comment on attachment 8660886 [details] [diff] [review]
Push SPS psuedo frame entries when GCing
Review of attachment 8660886 [details] [diff] [review]:
-----------------------------------------------------------------
Great! That's infinitely better.
Attachment #8660886 -
Flags: review?(terrence) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 7•9 years ago
|
||
Hi, this failed to apply:
adding 1204169 to series file
renamed 1204169 -> Bug-1204169---Push-SPS-psuedo-frame-entries-when-G.patch
applying Bug-1204169---Push-SPS-psuedo-frame-entries-when-G.patch
patching file js/src/gc/GCInternals.h
Hunk #1 FAILED at 50
1 out of 1 hunks FAILED -- saving rejects to file js/src/gc/GCInternals.h.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working directory
errors during apply, please fix and refresh Bug-1204169---Push-SPS-psuedo-frame-entries-when-G.patch
could you take a look, thanks!
Flags: needinfo?(nfitzgerald)
Keywords: checkin-needed
Backed out for Werror bustage along with bug 1074935:
https://hg.mozilla.org/integration/mozilla-inbound/rev/60adc85f21cb
https://treeherder.mozilla.org/logviewer.html#?job_id=14289237&repo=mozilla-inbound
Assignee | ||
Comment 10•9 years ago
|
||
Flags: needinfo?(nfitzgerald)
Assignee | ||
Comment 11•9 years ago
|
||
Attachment #8660886 -
Attachment is obsolete: true
Attachment #8662696 -
Flags: review+
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•