Author: Carl Friedrich Bolz <[email protected]>
Branch: guard-compatible
Changeset: r85326:3c8821d370d8
Date: 2016-06-22 12:16 +0200
http://bitbucket.org/pypy/pypy/changeset/3c8821d370d8/
Log: an XXX
diff --git a/rpython/jit/metainterp/optimizeopt/pure.py
b/rpython/jit/metainterp/optimizeopt/pure.py
--- a/rpython/jit/metainterp/optimizeopt/pure.py
+++ b/rpython/jit/metainterp/optimizeopt/pure.py
@@ -230,6 +230,8 @@
op)
raise InvalidLoop('A GUARD_COMPATIBLE (%s) '
'was proven to always fail' % r)
+ # XXX check that the runtime constant matches the previous set of
+ # conditions too
return
else:
info._compatibility_conditions = CompatibilityCondition(
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit