[pypy-svn] r75209 - pypy/trunk/pypy/jit/metainterp/test
arigo at codespeak.net
arigo at codespeak.net
Tue Jun 8 18:50:25 CEST 2010
Author: arigo
Date: Tue Jun 8 18:50:23 2010
New Revision: 75209
Modified:
pypy/trunk/pypy/jit/metainterp/test/test_optimizeopt.py
Log:
Add a comment about the goal of the test.
Modified: pypy/trunk/pypy/jit/metainterp/test/test_optimizeopt.py
==============================================================================
--- pypy/trunk/pypy/jit/metainterp/test/test_optimizeopt.py (original)
+++ pypy/trunk/pypy/jit/metainterp/test/test_optimizeopt.py Tue Jun 8 18:50:23 2010
@@ -2587,6 +2587,7 @@
self.optimize_loop(ops, 'Not, Not', ops)
def test_call_pure_invalidates_caches(self):
+ # CALL_PURE should still force the setfield_gc() to occur before it
ops = '''
[p1, i1]
setfield_gc(p1, i1, descr=valuedescr)
More information about the Pypy-commit
mailing list