Platform/Features/Incremental GC/TestPlan

From MozillaWiki
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

Not Tested

Sign off Criteria

  • All the test cases were executed.
  • All the major bugs have been fixed.