Closed
Bug 911246
Opened 11 years ago
Closed 11 years ago
Enable incremental cycle collection by default
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
(Whiteboard: [Snappy])
Attachments
(2 files, 1 obsolete file)
876 bytes,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
882 bytes,
patch
|
smaug
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
ICC is going to land preffed off by default.
Assignee | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
This is seriously exciting. ++Andrew
Assignee | ||
Comment 2•11 years ago
|
||
For convenience for anybody who wants to try it when it is ready to be turned on,
here's a patch that will enable it. It won't do anything yet.
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8346014 -
Attachment is obsolete: true
Assignee | ||
Comment 4•11 years ago
|
||
L64 debug run looks green: https://tbpl.mozilla.org/?tree=Try&rev=473197f4723e
Assignee | ||
Comment 5•11 years ago
|
||
Well, BC is quite orange (about 80% of the time). I'll have to look into those failures.
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 6•11 years ago
|
||
-p all try run is green: https://tbpl.mozilla.org/?tree=Try&rev=c137fc13f44d
XP M4 looks green: https://tbpl.mozilla.org/?tree=Try&rev=98d6571b6f4c
I'm just waiting on review for one more patch blocking this bug.
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8357210 [details] [diff] [review]
Enable incremental cycle collection by default.
Bug 996151 has landed, so this should be ready to land now.
Attachment #8357210 -
Flags: review?(bugs)
Comment 8•11 years ago
|
||
Comment on attachment 8357210 [details] [diff] [review]
Enable incremental cycle collection by default.
woohoo
Attachment #8357210 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Comment 11•11 years ago
|
||
Do you want to uplift this so it goes into 31ESR? Or did this land after 31 branching intentionally?
Flags: needinfo?(continuation)
Assignee | ||
Comment 12•11 years ago
|
||
There's no particular reason it needs to go into ESR31.
Flags: needinfo?(continuation)
Assignee | ||
Comment 13•11 years ago
|
||
It looks like this reduced the 95th percentile of CYCLE_COLLECTOR_MAX_PAUSE from 82ms to around 40ms, and the 75th percentile from 26ms to 13ms.
http://telemetry.mozilla.org/#nightly/32/CYCLE_COLLECTOR_MAX_PAUSE
Assignee | ||
Comment 14•10 years ago
|
||
Attachment #8444597 -
Flags: review?(bugs)
Comment 15•10 years ago
|
||
Comment on attachment 8444597 [details] [diff] [review]
Backout bug 911246 from 32 for crashes.
r+ for Aurora. I think we should not disable icc on trunk.
Attachment #8444597 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 16•10 years ago
|
||
Comment on attachment 8444597 [details] [diff] [review]
Backout bug 911246 from 32 for crashes.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 911246
User impact if declined: crashes
Testing completed (on m-c, etc.): this puts us back to the state we're in on beta
Risk to taking this patch (and alternatives if risky): should be low, we're just reverted to what we did before
String or IDL/UUID changes made by this patch: none
Attachment #8444597 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 17•10 years ago
|
||
Comment on attachment 8444597 [details] [diff] [review]
Backout bug 911246 from 32 for crashes.
This approval request appears to have gotten lost, but I have a work in progress patch for the crash, so I'll skip this for now.
Attachment #8444597 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 18•10 years ago
|
||
Comment on attachment 8444597 [details] [diff] [review]
Backout bug 911246 from 32 for crashes.
I have a patch in progress that fixes ICC, but it is getting a little tricky, so I think it is better to just disable ICC on Aurora and let my ICC fix ride the trains.
Approval Request Comment: See comment 16. This should fix top crashes on Aurora.
Attachment #8444597 -
Flags: approval-mozilla-aurora?
Comment 19•10 years ago
|
||
Comment on attachment 8444597 [details] [diff] [review]
Backout bug 911246 from 32 for crashes.
Approved for Aurora. I look forward to watching ICC ride the 33 train.
Attachment #8444597 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•10 years ago
|
tracking-firefox32:
--- → +
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Whiteboard: [Snappy] → [Snappy][checkin Aurora]
Assignee | ||
Updated•10 years ago
|
status-firefox31:
--- → disabled
Comment 20•10 years ago
|
||
status-firefox32:
--- → disabled
status-firefox33:
--- → fixed
Keywords: checkin-needed
Whiteboard: [Snappy][checkin Aurora] → [Snappy]
You need to log in
before you can comment on or make changes to this bug.
Description
•