Author: Remi Meier <[email protected]>
Branch: gc-small-uniform
Changeset: r1650:ffeae4a203e7
Date: 2015-02-24 13:22 +0100
http://bitbucket.org/pypy/stmgc/changeset/ffeae4a203e7/
Log: fix forksupport for small objs (copy&paste mistake)
diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c
--- a/c7/stm/forksupport.c
+++ b/c7/stm/forksupport.c
@@ -221,8 +221,6 @@
break; /* done */
pagenum = (uninitialized_page_stop - stm_object_pages) / 4096UL;
endpagenum = NB_PAGES;
- if (endpagenum == NB_PAGES)
- break; /* done */
}
struct page_shared_s ps = pages_privatized[pagenum - PAGE_FLAG_START];
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit