Closed
Bug 1020751
Opened 10 years ago
Closed 10 years ago
Enable GGC on B2G
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: sfink, Assigned: sfink)
References
Details
Attachments
(1 file)
527 bytes,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Maybe I'm just bad at searching, but I could not find a bug for GGC on B2G.
Assignee | ||
Updated•10 years ago
|
Blocks: GenerationalGC
Depends on: 983399
Assignee | ||
Comment 1•10 years ago
|
||
Looking good: https://tbpl.mozilla.org/?tree=Try&rev=2706ba646a43 (ignore the Hf failure; it's from an unrelated patch I pushed with it.)
Attachment #8434662 -
Flags: review?(terrence)
Assignee | ||
Updated•10 years ago
|
Depends on: ExactRootingB2G
Comment 2•10 years ago
|
||
Comment on attachment 8434662 [details] [diff] [review]
Enable GGC on B2G
Review of attachment 8434662 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #8434662 -
Flags: review?(terrence) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
How big is the nursery on B2G?
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Updated•10 years ago
|
Flags: needinfo?(terrence)
Comment 6•10 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #4)
> How big is the nursery on B2G?
256KiB for the primary allocation; a handful of 4KiB pages for the storebuffer; plus a handful of bytes for management structures on the JSRuntime.
Flags: needinfo?(terrence)
Comment 7•10 years ago
|
||
Actually, just double checked and it looks like we never implemented bug 988369 to make the store buffer smaller on b2g. D'oh! I'll try to make that happen today.
Depends on: 988369
Comment 8•10 years ago
|
||
(In reply to Terrence Cole [:terrence] from comment #7)
> Actually, just double checked and it looks like we never implemented bug
> 988369 to make the store buffer smaller on b2g. D'oh! I'll try to make that
> happen today.
Making that happen made all the tests time out. Since then, bug 1100652 has landed, which should have largely mitigated the catastrophic slowdown with small buffers. I'll try to revisit it this week or next.
You need to log in
before you can comment on or make changes to this bug.
Description
•