canmove, Confirmed users, Bureaucrats and Sysops emeriti
496
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
|Feature name=Incremental garbage collection | |Feature name=Incremental garbage collection | ||
|Feature stage=Development | |Feature stage=Development | ||
|Feature status= | |Feature status=Complete | ||
|Feature version=Firefox 13 | |||
|Feature health=OK | |Feature health=OK | ||
|Feature status note= | |Feature status note=Landed for Fx13. | ||
}} | }} | ||
{{FeatureTeam | {{FeatureTeam | ||
|Feature product manager= | |Feature product manager=Asa Dotzler | ||
|Feature feature manager=David Mandelin | |Feature feature manager=David Mandelin | ||
}} | }} | ||
{{FeaturePageBody | {{FeaturePageBody | ||
|Feature | |Feature overview=We would like to be able to divide GC time into short increments. Overall, we would still spend the same amount of time doing GC, but each individual pause would be shorter. Doing this for the sweep phase is mostly a matter of scheduling. For the mark phase, we need a write barrier and we need an explicit mark stack. | ||
See {{bug|641025}} for more detail. | |||
}} | }} | ||
{{FeatureInfo | {{FeatureInfo | ||
|Feature priority=P1 | |Feature priority=P1 | ||
|Feature roadmap=Firefox Desktop | |||
|Feature roadmap= | |Feature list=Desktop | ||
|Feature list= | |||
|Feature project=Responsiveness | |Feature project=Responsiveness | ||
|Feature engineering team=JavaScript | |Feature engineering team=JavaScript | ||
}} | }} | ||
{{FeatureTeamStatus}} | {{FeatureTeamStatus}} | ||