[X2Go-Commits] [pale-moon] 06/22: Fix count of compacting update tasks started.

git-admin at x2go.org git-admin at x2go.org
Sat Sep 29 03:25:20 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch upstream/palemoon-master
in repository pale-moon.

commit 4463c7031398d263969ee3d12fb93d28ba59fcc6
Author: Pale Moon <git-repo at palemoon.org>
Date:   Thu Jun 7 15:40:17 2018 +0200

    Fix count of compacting update tasks started.
---
 js/src/jsgc.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp
index ce2e85b..767ce86 100644
--- a/js/src/jsgc.cpp
+++ b/js/src/jsgc.cpp
@@ -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);
     }

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list