Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r70813:099f24beeb6d
Date: 2014-04-21 18:09 +0200
http://bitbucket.org/pypy/pypy/changeset/099f24beeb6d/

Log:    Add a comment

diff --git a/rpython/jit/metainterp/optimizeopt/test/test_stm.py 
b/rpython/jit/metainterp/optimizeopt/test/test_stm.py
--- a/rpython/jit/metainterp/optimizeopt/test/test_stm.py
+++ b/rpython/jit/metainterp/optimizeopt/test/test_stm.py
@@ -271,6 +271,8 @@
         self.optimize_loop(ops, expected, expected_preamble=preamble)
 
     def test_stm_location_1(self):
+        # This tests setfield_gc on a non-virtual.  On a virtual, it doesn't
+        # really matter, because STM conflicts are impossible anyway
         ops = """
         [i1, p1]
         setfield_gc(p1, i1, descr=adescr) {81}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to