Author: Remi Meier
Branch: c7
Changeset: r663:dde3727c15b6
Date: 2014-01-22 11:07 +0100
http://bitbucket.org/pypy/stmgc/changeset/dde3727c15b6/

Log:    small comment

diff --git a/c7/core.c b/c7/core.c
--- a/c7/core.c
+++ b/c7/core.c
@@ -944,7 +944,8 @@
     /* reset shadowstack */
     _STM_TL1->shadow_stack = _STM_TL2->old_shadow_stack;
 
-    /* unreserve uncommitted_pages and mark them as SHARED again */
+    /* unreserve uncommitted_pages and mark them as SHARED again
+       IFF they are not in alloc[] */
         /* STM_LIST_FOREACH(_STM_TL2->uncommitted_pages, ({ */
         /*         uintptr_t pagenum = (uintptr_t)item; */
         /*         flag_page_private[pagenum] = SHARED_PAGE; */
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to