Author: Armin Rigo <[email protected]>
Branch: incremental-gc
Changeset: r67336:b4f9c1401b1f
Date: 2013-10-12 19:29 +0200
http://bitbucket.org/pypy/pypy/changeset/b4f9c1401b1f/

Log:    Tweak tweak

diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py
--- a/rpython/memory/gc/incminimark.py
+++ b/rpython/memory/gc/incminimark.py
@@ -1761,7 +1761,7 @@
             debug_print("number of objects to mark",
                         self.objects_to_trace.length())
 
-            estimate = self.nursery_size    # XXX
+            estimate = self.nursery_size // 10    # XXX
             self.visit_all_objects_step(estimate)
 
             # XXX A simplifying assumption that should be checked,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to