Author: Armin Rigo <[email protected]>
Branch: shadowstack-perf-2
Changeset: r84495:0247fc4d2124
Date: 2016-05-16 23:07 +0200
http://bitbucket.org/pypy/pypy/changeset/0247fc4d2124/

Log:    Fix comment

diff --git a/rpython/memory/gctransform/shadowcolor.py 
b/rpython/memory/gctransform/shadowcolor.py
--- a/rpython/memory/gctransform/shadowcolor.py
+++ b/rpython/memory/gctransform/shadowcolor.py
@@ -484,9 +484,9 @@
                 extra_blocks[block] = newblock
             link.target = extra_blocks[block]
 
-    # check all blocks in flagged_blocks: they might contain a gc_save_root()
-    # that writes the bitmask meaning "everything is free".  Remove such
-    # gc_save_root().
+    # check all blocks not in flagged_blocks: they might contain a
+    # gc_save_root() that writes the bitmask meaning "everything is
+    # free".  Remove such gc_save_root().
     bitmask_all_free = (1 << regalloc.numcolors) - 1
     if bitmask_all_free == 1:
         bitmask_all_free = 0
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to