Platform/Features/Incremental GC/TestPlan
< Platform | Features | Incremental GC
Jump to navigation
Jump to search
Incremental Garbage Collection
Feature | Status | Release Target | Dev Lead | QA Lead | Status |
Incremental GC | Landed | Firefox 13 | 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 be shorter.
References
Use Cases
Test Cases
- The test cases for this feature can be viewed [ here].
Important Bugs
- 641025 - Incremental GC
Not Tested
Sign off Criteria
- All the test cases were executed.
- All the major bugs have been fixed.