Closed
Bug 1116821
Opened 11 years ago
Closed 10 years ago
Don't PokeGC in SetNewDocument
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
|
981 bytes,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Olli said this probably isn't needed.
| Assignee | ||
Comment 1•11 years ago
|
||
This was smaug's idea, so I probably shouldn't have him review. ;)
try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5d619be17e91
Attachment #8543325 -
Flags: review?(peterv)
Comment 2•11 years ago
|
||
Comment on attachment 8543325 [details] [diff] [review]
Don't PokeGC in SetNewDocument.
Looks like the GC there is super old code,
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/dom/src/base/nsGlobalWindow.cpp&rev=1.1&root=/cvsroot
Search for ::SetNewDocument
(blame/marking doesn't seem to be able to deal with that file properly)
Comment 3•11 years ago
|
||
Comment on attachment 8543325 [details] [diff] [review]
Don't PokeGC in SetNewDocument.
Well, you could then review your own patch if the idea was mine ;)
Attachment #8543325 -
Flags: review?(peterv) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Yeah, I guess. When I was testing this it looked like any time we were doing a poke for SetNewDocument, we were getting a poke for a bunch of other things so it should be okay in any event.
| Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
| Assignee | ||
Comment 7•11 years ago
|
||
Looks like this wasn't the cause of the orange (though it certainly could have been):
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=c40fb1a889b9
| Assignee | ||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Backed out for apparently making Android reftests significantly more failure-prone (generally dying mid-run with no usable error).
https://hg.mozilla.org/integration/mozilla-inbound/rev/58767ba4867e
https://treeherder.mozilla.org/logviewer.html#?job_id=5172849&repo=mozilla-inbound
https://treeherder.mozilla.org/logviewer.html#?job_id=5172775&repo=mozilla-inbound
https://treeherder.mozilla.org/logviewer.html#?job_id=5170636&repo=mozilla-inbound
etc
| Assignee | ||
Comment 10•10 years ago
|
||
I'm just going to close this for now. There's probably not a lot of value in tiny GC heuristic adjustments like this.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•