mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 13:34:03 +00:00
Fix count of compacting update tasks started.
This commit is contained in:
+1
-1
@@ -2516,8 +2516,8 @@ GCRuntime::updateAllCellPointersParallel(MovingTracer* trc)
|
||||
for (i = 0; i < taskCount && !bgArenas.done(); ++i) {
|
||||
bgTasks[i].init(rt, &bgArenas, lock);
|
||||
startTask(bgTasks[i], gcstats::PHASE_COMPACT_UPDATE_CELLS);
|
||||
tasksStarted++;
|
||||
}
|
||||
tasksStarted = i;
|
||||
|
||||
fgTask.init(rt, &fgArenas, lock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user