[pypy-commit] pypy incremental-nursery-cleanup: oops

fijal noreply at buildbot.pypy.org
Sat Feb 2 16:35:02 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: incremental-nursery-cleanup
Changeset: r60817:041883f05de2
Date: 2013-02-02 17:34 +0200
http://bitbucket.org/pypy/pypy/changeset/041883f05de2/

Log:	oops

diff --git a/rpython/rtyper/memory/gc/minimark.py b/rpython/rtyper/memory/gc/minimark.py
--- a/rpython/rtyper/memory/gc/minimark.py
+++ b/rpython/rtyper/memory/gc/minimark.py
@@ -1298,6 +1298,7 @@
         self.debug_rotate_nursery()
         self.nursery_free = self.nursery
         self.nursery_top = self.nursery + self.nursery_cleanup
+        self.nursery_real_top = self.nursery + self.nursery_size
         #
         debug_print("minor collect, total memory used:",
                     self.get_total_memory_used())


More information about the pypy-commit mailing list