Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r52797:8b5bdb3aeda9
Date: 2012-02-23 13:18 +0100
http://bitbucket.org/pypy/pypy/changeset/8b5bdb3aeda9/

Log:    Add comment

diff --git a/pypy/translator/stm/test/test_transform.py 
b/pypy/translator/stm/test/test_transform.py
--- a/pypy/translator/stm/test/test_transform.py
+++ b/pypy/translator/stm/test/test_transform.py
@@ -44,6 +44,7 @@
     # weak test: check that there are exactly 3 stm_writebarrier inserted.
     # one should be for 'x.n = n', one should cover both field assignments
     # to the Z instance, and the 3rd one is in the block 'x.n *= 2'.
+    # (the latter two should be killed by the later phases.)
     sum = summary(graph)
     assert sum['stm_writebarrier'] == 3
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to