Platform/Features/Incremental GC/TestPlan: Difference between revisions
< Platform | Features | Incremental GC
Jump to navigation
Jump to search
Ioana.budnar (talk | contribs) |
Ioana.budnar (talk | contribs) |
||
Line 12: | Line 12: | ||
| Incremental GC | | Incremental GC | ||
| {{StatusHealthy|status=Landed}} | | {{StatusHealthy|status=Landed}} | ||
| Firefox | | Firefox 15 | ||
| Bill McCloskey | | Bill McCloskey | ||
| Ioana Budnar | | Ioana Budnar | ||
| | | In Progress | ||
|} | |} | ||
Revision as of 15:53, 6 June 2012
Incremental Garbage Collection
Feature | Status | Release Target | Dev Lead | QA Lead | Status |
Incremental GC | Landed | Firefox 15 | Bill McCloskey | Ioana Budnar | In Progress |
Summary
- Garbage collection time is divided into short increments. Overall, the same amount of time is spent doing garbage colletion, but each individual pause is shorter.
References
Use Cases
- Use Firefox with incremental garbage collection enabled. When IGC is enabled, dynamic content on the web should have more tolerable pauses (possibly go from noticeable pauses to ones the user cannot notice).
- Disable incremental garbage collection.
Test Cases
- The test cases for this feature can be viewed here.
Important Bugs
- 641025 - Incremental GC
- 734946 - Disable incremental GC for Firefox 13
- 728692 - Javascript becomes slow after Incremental GC gets disabled
- 735944 - about:support says "incremental gc: 1" when javascript.options.mem.gc_incremental is disabled
- 728686 - JS_NewPropertyIterator disables IGC
- 730853 - If incremental GC or compartment GC runs all the time, CC never runs
- 752098 - Crashes on MemBench with incremental GC enabled
- 735099 - Re-enable incremental GC on desktop platforms
Not Tested
- Cycle collector.
Sign off
- Criteria
- All the test cases were executed.
- All the major bugs have been fixed.
- Sign offs
- Firefox 13.0 Aurora - 2012-03-19